How to exclude files from a release?

Hello everybody!

In my project I have a heavy test data folder that I manage with git-lfs. I don’t want this data to be part of the release tarball. How do I tell distillery to exclude this folder from the release? Something like .gitignore but for distillery?

If you don’t put the data in priv/… they should only be included into the release if it’s explicitly configured to be included.

Oh, that’s the issue then: I do put them in priv/. Where do you usually put test data? In test?

I personally do yep. :slight_smile:

1 Like

Thank you @LostKobrakai and @OvermindDL1 for your help. Problem solved :slight_smile:

1 Like