.gitignore 262 B

12345678910111213141516171819202122
  1. # Junk that could exist anywhere:
  2. .DS_Store
  3. *.swp
  4. *.tmp
  5. *~
  6. # Project files that should not be in the repo
  7. .*
  8. \#*
  9. !/.gitignore
  10. .*.gz
  11. *.tmTheme.js
  12. # A handy place to put stuff that git should ignore:
  13. /ignore/
  14. node_modules/
  15. jam/
  16. * *
  17. .git-ref
  18. npm-debug.log
  19. deps/