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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -17,3 +17,5 @@
|
||||
# vendor/
|
||||
.env
|
||||
.secrets
|
||||
|
||||
build/*
|
||||
|
||||
Reference in New Issue
Block a user