n-makefile icon indicating copy to clipboard operation
n-makefile copied to clipboard

.slugignore

Open wheresrhys opened this issue 8 years ago • 3 comments

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?

wheresrhys avatar Jun 03 '16 20:06 wheresrhys

yes good idea, same pattern as .editorconfig, etc?

matthew-andrews avatar Jun 04 '16 07:06 matthew-andrews

also .env should be in there^^

matthew-andrews avatar Jun 04 '16 07:06 matthew-andrews

./test is better as will cover both ./tests and ./test

matthew-andrews avatar Jun 04 '16 07:06 matthew-andrews