.gitignore 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. # Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,intellij,node
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,intellij,node
  3. ### Intellij ###
  4. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  5. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  6. # User-specific stuff
  7. .idea/**/workspace.xml
  8. .idea/**/tasks.xml
  9. .idea/**/usage.statistics.xml
  10. .idea/**/dictionaries
  11. .idea/**/shelf
  12. # AWS User-specific
  13. .idea/**/aws.xml
  14. # Generated files
  15. .idea/**/contentModel.xml
  16. # Sensitive or high-churn files
  17. .idea/**/dataSources/
  18. .idea/**/dataSources.ids
  19. .idea/**/dataSources.local.xml
  20. .idea/**/sqlDataSources.xml
  21. .idea/**/dynamic.xml
  22. .idea/**/uiDesigner.xml
  23. .idea/**/dbnavigator.xml
  24. # Gradle
  25. .idea/**/gradle.xml
  26. .idea/**/libraries
  27. # Gradle and Maven with auto-import
  28. # When using Gradle or Maven with auto-import, you should exclude module files,
  29. # since they will be recreated, and may cause churn. Uncomment if using
  30. # auto-import.
  31. # .idea/artifacts
  32. # .idea/compiler.xml
  33. # .idea/jarRepositories.xml
  34. # .idea/modules.xml
  35. # .idea/*.iml
  36. # .idea/modules
  37. # *.iml
  38. # *.ipr
  39. # CMake
  40. cmake-build-*/
  41. # Mongo Explorer plugin
  42. .idea/**/mongoSettings.xml
  43. # File-based project format
  44. *.iws
  45. # IntelliJ
  46. out/
  47. # mpeltonen/sbt-idea plugin
  48. .idea_modules/
  49. # JIRA plugin
  50. atlassian-ide-plugin.xml
  51. # Cursive Clojure plugin
  52. .idea/replstate.xml
  53. # SonarLint plugin
  54. .idea/sonarlint/
  55. # Crashlytics plugin (for Android Studio and IntelliJ)
  56. com_crashlytics_export_strings.xml
  57. crashlytics.properties
  58. crashlytics-build.properties
  59. fabric.properties
  60. # Editor-based Rest Client
  61. .idea/httpRequests
  62. # Android studio 3.1+ serialized cache file
  63. .idea/caches/build_file_checksums.ser
  64. ### Intellij Patch ###
  65. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  66. # *.iml
  67. # modules.xml
  68. # .idea/misc.xml
  69. # *.ipr
  70. # Sonarlint plugin
  71. # https://plugins.jetbrains.com/plugin/7973-sonarlint
  72. .idea/**/sonarlint/
  73. # SonarQube Plugin
  74. # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
  75. .idea/**/sonarIssues.xml
  76. # Markdown Navigator plugin
  77. # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
  78. .idea/**/markdown-navigator.xml
  79. .idea/**/markdown-navigator-enh.xml
  80. .idea/**/markdown-navigator/
  81. # Cache file creation bug
  82. # See https://youtrack.jetbrains.com/issue/JBR-2257
  83. .idea/$CACHE_FILE$
  84. # CodeStream plugin
  85. # https://plugins.jetbrains.com/plugin/12206-codestream
  86. .idea/codestream.xml
  87. # Azure Toolkit for IntelliJ plugin
  88. # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
  89. .idea/**/azureSettings.xml
  90. ### Node ###
  91. # Logs
  92. logs
  93. *.log
  94. npm-debug.log*
  95. yarn-debug.log*
  96. yarn-error.log*
  97. lerna-debug.log*
  98. .pnpm-debug.log*
  99. # Diagnostic reports (https://nodejs.org/api/report.html)
  100. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  101. # Runtime data
  102. pids
  103. *.pid
  104. *.seed
  105. *.pid.lock
  106. # Directory for instrumented libs generated by jscoverage/JSCover
  107. lib-cov
  108. # Coverage directory used by tools like istanbul
  109. coverage
  110. *.lcov
  111. # nyc test coverage
  112. .nyc_output
  113. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  114. .grunt
  115. # Bower dependency directory (https://bower.io/)
  116. bower_components
  117. # node-waf configuration
  118. .lock-wscript
  119. # Compiled binary addons (https://nodejs.org/api/addons.html)
  120. build/Release
  121. # Dependency directories
  122. node_modules/
  123. jspm_packages/
  124. # Snowpack dependency directory (https://snowpack.dev/)
  125. web_modules/
  126. # TypeScript cache
  127. *.tsbuildinfo
  128. # Optional npm cache directory
  129. .npm
  130. # Optional eslint cache
  131. .eslintcache
  132. # Optional stylelint cache
  133. .stylelintcache
  134. # Microbundle cache
  135. .rpt2_cache/
  136. .rts2_cache_cjs/
  137. .rts2_cache_es/
  138. .rts2_cache_umd/
  139. # Optional REPL history
  140. .node_repl_history
  141. # Output of 'npm pack'
  142. *.tgz
  143. .idea
  144. # Yarn Integrity file
  145. .yarn-integrity
  146. # dotenv environment variable files
  147. .env
  148. .env.development.local
  149. .env.test.local
  150. .env.production.local
  151. .env.local
  152. # parcel-bundler cache (https://parceljs.org/)
  153. .cache
  154. .parcel-cache
  155. # Next.js build output
  156. .next
  157. out
  158. # Nuxt.js build / generate output
  159. .nuxt
  160. dist
  161. # Gatsby files
  162. .cache/
  163. # Comment in the public line in if your project uses Gatsby and not Next.js
  164. # https://nextjs.org/blog/next-9-1#public-directory-support
  165. # public
  166. # vuepress build output
  167. .vuepress/dist
  168. # vuepress v2.x temp and cache directory
  169. .temp
  170. # Docusaurus cache and generated files
  171. .docusaurus
  172. # Serverless directories
  173. .serverless/
  174. # FuseBox cache
  175. .fusebox/
  176. # DynamoDB Local files
  177. .dynamodb/
  178. # TernJS port file
  179. .tern-port
  180. # Stores VSCode versions used for testing VSCode extensions
  181. .vscode-test
  182. # yarn v2
  183. .yarn/cache
  184. .yarn/unplugged
  185. .yarn/build-state.yml
  186. .yarn/install-state.gz
  187. .pnp.*
  188. ### Node Patch ###
  189. # Serverless Webpack directories
  190. .webpack/
  191. # Optional stylelint cache
  192. # SvelteKit build / generate output
  193. .svelte-kit
  194. ### VisualStudioCode ###
  195. .vscode/*
  196. !.vscode/settings.json
  197. !.vscode/tasks.json
  198. !.vscode/launch.json
  199. !.vscode/extensions.json
  200. !.vscode/*.code-snippets
  201. # Local History for Visual Studio Code
  202. .history/
  203. # Built Visual Studio Code Extensions
  204. *.vsix
  205. ### VisualStudioCode Patch ###
  206. # Ignore all local history of files
  207. .history
  208. .ionide
  209. pnpm-lock.yaml