Ad ingestor output files to .gitignore
Prevent accidental commit of sensitive datamaster
parent
f1345e0608
commit
4a7ebb03db
|
@ -1,4 +1,6 @@
|
||||||
node_modules/*
|
node_modules/*
|
||||||
Bloodhound-*
|
Bloodhound-*
|
||||||
dist/
|
dist/
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
*.bin
|
||||||
|
*.csv
|
||||||
|
|
Loading…
Reference in New Issue