.gitignore 1.4 KB

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