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

2
.gitignore vendored
View file

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