.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. # ---> SVN
  24. .svn/
  25. # ---> WebStorm
  26. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  27. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  28. # User-specific stuff:
  29. .idea/**/workspace.xml
  30. .idea/**/tasks.xml
  31. .idea/dictionaries
  32. # Sensitive or high-churn files:
  33. .idea/**/dataSources/
  34. .idea/**/dataSources.ids
  35. .idea/**/dataSources.xml
  36. .idea/**/dataSources.local.xml
  37. .idea/**/sqlDataSources.xml
  38. .idea/**/dynamic.xml
  39. .idea/**/uiDesigner.xml
  40. # Gradle:
  41. .idea/**/gradle.xml
  42. .idea/**/libraries
  43. # CMake
  44. cmake-build-debug/
  45. # Mongo Explorer plugin:
  46. .idea/**/mongoSettings.xml
  47. ## File-based project format:
  48. *.iws
  49. ## Plugin-specific files:
  50. # IntelliJ
  51. /out/
  52. # mpeltonen/sbt-idea plugin
  53. .idea_modules/
  54. # JIRA plugin
  55. atlassian-ide-plugin.xml
  56. # Cursive Clojure plugin
  57. .idea/replstate.xml
  58. # Ruby plugin and RubyMine
  59. /.rakeTasks
  60. # Crashlytics plugin (for Android Studio and IntelliJ)
  61. com_crashlytics_export_strings.xml
  62. crashlytics.properties
  63. crashlytics-build.properties
  64. fabric.properties
  65. ### WebStorm Patch ###
  66. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  67. # *.iml
  68. # modules.xml
  69. # .idea/misc.xml
  70. # *.ipr
  71. # Sonarlint plugin
  72. .idea/sonarlint
  73. # ---> macOS
  74. .DS_Store
  75. .AppleDouble
  76. .LSOverride
  77. # Icon must end with two \r
  78. Icon
  79. # Thumbnails
  80. ._*
  81. # Files that might appear in the root of a volume
  82. .DocumentRevisions-V100
  83. .fseventsd
  84. .Spotlight-V100
  85. .TemporaryItems
  86. .Trashes
  87. .VolumeIcon.icns
  88. # Directories potentially created on remote AFP share
  89. .AppleDB
  90. .AppleDesktop
  91. Network Trash Folder
  92. Temporary Items
  93. .apdisk