.gitignore 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .DS_Store
  2. # Created by .ignore support plugin (hsz.mobi)
  3. ### Node template
  4. # Logs
  5. logs
  6. *.log
  7. npm-debug.log*
  8. # Runtime data
  9. pids
  10. *.pid
  11. *.seed
  12. # Directory for instrumented libs generated by jscoverage/JSCover
  13. lib-cov
  14. # Coverage directory used by tools like istanbul
  15. coverage
  16. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  17. .grunt
  18. # node-waf configuration
  19. .lock-wscript
  20. # Compiled binary addons (http://nodejs.org/api/addons.html)
  21. build/Release
  22. # Dependency directory
  23. # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
  24. node_modules
  25. ### JetBrains template
  26. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  27. *.iml
  28. ## Directory-based project format:
  29. .idea/
  30. # if you remove the above rule, at least ignore the following:
  31. # User-specific stuff:
  32. # .idea/workspace.xml
  33. # .idea/tasks.xml
  34. # .idea/dictionaries
  35. # Sensitive or high-churn files:
  36. # .idea/dataSources.ids
  37. # .idea/dataSources.xml
  38. # .idea/sqlDataSources.xml
  39. # .idea/dynamic.xml
  40. # .idea/uiDesigner.xml
  41. # Gradle:
  42. # .idea/gradle.xml
  43. # .idea/libraries
  44. # Mongo Explorer plugin:
  45. # .idea/mongoSettings.xml
  46. ## File-based project format:
  47. *.ipr
  48. *.iws
  49. # SASS
  50. *.css.map