.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. # ---> WebStorm
  24. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  25. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  26. # User-specific stuff:
  27. .idea/**/workspace.xml
  28. .idea/**/tasks.xml
  29. .idea/dictionaries
  30. # Sensitive or high-churn files:
  31. .idea/**/dataSources/
  32. .idea/**/dataSources.ids
  33. .idea/**/dataSources.xml
  34. .idea/**/dataSources.local.xml
  35. .idea/**/sqlDataSources.xml
  36. .idea/**/dynamic.xml
  37. .idea/**/uiDesigner.xml
  38. # Gradle:
  39. .idea/**/gradle.xml
  40. .idea/**/libraries
  41. # CMake
  42. cmake-build-debug/
  43. # Mongo Explorer plugin:
  44. .idea/**/mongoSettings.xml
  45. ## File-based project format:
  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. # Cursive Clojure plugin
  55. .idea/replstate.xml
  56. # Ruby plugin and RubyMine
  57. /.rakeTasks
  58. # Crashlytics plugin (for Android Studio and IntelliJ)
  59. com_crashlytics_export_strings.xml
  60. crashlytics.properties
  61. crashlytics-build.properties
  62. fabric.properties
  63. ### WebStorm Patch ###
  64. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  65. # *.iml
  66. # modules.xml
  67. # .idea/misc.xml
  68. # *.ipr
  69. # Sonarlint plugin
  70. .idea/sonarlint
  71. # ---> SublimeText
  72. # cache files for sublime text
  73. *.tmlanguage.cache
  74. *.tmPreferences.cache
  75. *.stTheme.cache
  76. # workspace files are user-specific
  77. *.sublime-workspace
  78. # project files should be checked into the repository, unless a significant
  79. # proportion of contributors will probably not be using SublimeText
  80. # *.sublime-project
  81. # sftp configuration file
  82. sftp-config.json
  83. # ---> VisualStudioCode
  84. .settings
  85. # ---> Sass
  86. .sass-cache/
  87. *.css.map