.gitignore 1.2 KB

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