Add *.test to .gitignore (#64)

This commit is contained in:
Zachary Wasserman 2016-08-11 09:44:00 -07:00 committed by Mike Arpaia
parent 64d16b8a16
commit 4db4e95b38

1
.gitignore vendored
View file

@ -11,6 +11,7 @@ node_modules
# generated artifacts
app/bindata.go
*.cover
*.test
# operating system artifacts
.DS_Store