Ignore build/* [#93]
I definitely thought this rule was already in effect--I had a `build/.gitignore` that contained just `*`. Unfortunately, that makes git ignore the .gitignore file itself, so it was never added to the repo...
This commit is contained in:
parent
3fea592040
commit
91d4506b37
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -17,3 +17,5 @@
|
|||
# vendor/
|
||||
.env
|
||||
.secrets
|
||||
|
||||
build/*
|
||||
|
|
Loading…
Reference in a new issue