Skip to content

Commit

Permalink
adds .gitignore file to avoid adding generic files or node_modules see:
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 3, 2014
1 parent 4f06414 commit 23bcb71
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules
.DS_Store

0 comments on commit 23bcb71

Please sign in to comment.