.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Node template
  3. # Logs
  4. logs
  5. *.log
  6. npm-debug.log*
  7. yarn-debug.log*
  8. yarn-error.log*
  9. # Runtime data
  10. pids
  11. *.pid
  12. *.seed
  13. *.pid.lock
  14. # Directory for instrumented libs generated by jscoverage/JSCover
  15. lib-cov
  16. # Coverage directory used by tools like istanbul
  17. coverage
  18. # nyc test coverage
  19. .nyc_output
  20. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  21. .grunt
  22. # Bower dependency directory (https://bower.io/)
  23. bower_components
  24. # node-waf configuration
  25. .lock-wscript
  26. # Compiled binary addons (http://nodejs.org/api/addons.html)
  27. build/Release
  28. # Dependency directories
  29. node_modules/
  30. jspm_packages/
  31. # Typescript v1 declaration files
  32. typings/
  33. # Optional npm cache directory
  34. .npm
  35. # Optional eslint cache
  36. .eslintcache
  37. # Optional REPL history
  38. .node_repl_history
  39. # Output of 'npm pack'
  40. *.tgz
  41. # Yarn Integrity file
  42. .yarn-integrity
  43. # dotenv environment variables file
  44. .env
  45. ### JetBrains template
  46. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  47. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  48. # User-specific stuff:
  49. .idea/**/workspace.xml
  50. .idea/**/tasks.xml
  51. .idea/dictionaries
  52. # Sensitive or high-churn files:
  53. .idea/**/dataSources/
  54. .idea/**/dataSources.ids
  55. .idea/**/dataSources.xml
  56. .idea/**/dataSources.local.xml
  57. .idea/**/sqlDataSources.xml
  58. .idea/**/dynamic.xml
  59. .idea/**/uiDesigner.xml
  60. # Gradle:
  61. .idea/**/gradle.xml
  62. .idea/**/libraries
  63. # Mongo Explorer plugin:
  64. .idea/**/mongoSettings.xml
  65. ## File-based project format:
  66. *.iws
  67. ## Plugin-specific files:
  68. # IntelliJ
  69. /out/
  70. # mpeltonen/sbt-idea plugin
  71. .idea_modules/
  72. # JIRA plugin
  73. atlassian-ide-plugin.xml
  74. # Crashlytics plugin (for Android Studio and IntelliJ)
  75. com_crashlytics_export_strings.xml
  76. crashlytics.properties
  77. crashlytics-build.properties
  78. fabric.properties
  79. /dist/
  80. .vscode