.gitignore 218 B

123456789101112131415161718192021
  1. # Globally ignore
  2. *.DS_Store
  3. *.swp
  4. *.swo
  5. # Imported from https://github.com/github/gitignore/blob/master/Node.gitignore
  6. lib-cov
  7. *.seed
  8. *.log
  9. *.csv
  10. *.dat
  11. *.out
  12. *.pid
  13. *.gz
  14. pids
  15. logs
  16. results
  17. node_modules
  18. npm-debug.log