.gitignore 1.4 KB

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