n-makefile
n-makefile copied to clipboard
.slugignore
While implementing a haikro build on a personal project, I remembered that .slugignore matters. Without it (I think) our builds are packaging the following and more in the tarball
./.git
./tmp
./client
./tests
./.gitignore
./.slugignore
./Makefile
.DS_Store
can n-makefile offer a default slugignore?
yes good idea, same pattern as .editorconfig
, etc?
also .env
should be in there^^
./test
is better as will cover both ./tests
and ./test