.gitignore 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # Logs
  2. logs
  3. *.log
  4. # Runtime data
  5. pids
  6. *.pid
  7. *.seed
  8. # Directory for instrumented libs generated by jscoverage/JSCover
  9. lib-cov
  10. # Coverage directory used by tools like istanbul
  11. coverage
  12. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  13. .grunt
  14. # Compiled binary addons (http://nodejs.org/api/addons.html)
  15. build/Release
  16. # Dependency directory
  17. # Deployed apps should consider commenting this line out:
  18. # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
  19. node_modules
  20. # =========================
  21. # Operating System Files
  22. # =========================
  23. # OSX
  24. # =========================
  25. .DS_Store
  26. .AppleDouble
  27. .LSOverride
  28. # Icon must ends with two \r.
  29. Icon
  30. # Thumbnails
  31. ._*
  32. # Files that might appear on external disk
  33. .Spotlight-V100
  34. .Trashes
  35. # Windows
  36. # =========================
  37. # Windows image file caches
  38. Thumbs.db
  39. ehthumbs.db
  40. # Folder config file
  41. Desktop.ini
  42. # Recycle Bin used on file shares
  43. $RECYCLE.BIN/
  44. # Windows Installer files
  45. *.cab
  46. *.msi
  47. *.msm
  48. *.msp