Ad ingestor output files to .gitignore

Prevent accidental commit of sensitive data
master
Sean Whalen 2017-10-18 13:15:09 -04:00 committed by GitHub
parent f1345e0608
commit 4a7ebb03db
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
node_modules/* node_modules/*
Bloodhound-* Bloodhound-*
dist/ dist/
npm-debug.log npm-debug.log
*.bin
*.csv