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:
Erin Call 2020-05-22 17:15:24 -07:00
parent 3fea592040
commit 91d4506b37
No known key found for this signature in database
GPG Key ID: 4071FF6C15B8DAD1
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -17,3 +17,5 @@
# vendor/
.env
.secrets
build/*