This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Description
Had a customer who had their entire test directory ignored by .slugignore
and the directory was silently deleting it. I imagine more people have done this.
At bare minimum we should be outputting something like what we see in build
-----> Deleting 2 files matching .slugignore patterns.
I think though that since these slugs are not intended to live as long (and boot up time is slightly important) that we ignore the .slugignore
.
If we decide that it's not acceptable to ignore .slugignore
than we'll need to create a new paradigm for ignoring files in production, but not in test. Something like .slugignore-except-in-test
.