.gitignore 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. # Created by https://www.toptal.com/developers/gitignore/api/vue,node,macos,windows,linux,vscode,intellij+all
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=vue,node,macos,windows,linux,vscode,intellij+all
  3. ### Intellij+all ###
  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. # Generated files
  13. .idea/**/contentModel.xml
  14. # Sensitive or high-churn files
  15. .idea/**/dataSources/
  16. .idea/**/dataSources.ids
  17. .idea/**/dataSources.local.xml
  18. .idea/**/sqlDataSources.xml
  19. .idea/**/dynamic.xml
  20. .idea/**/uiDesigner.xml
  21. .idea/**/dbnavigator.xml
  22. # Gradle
  23. .idea/**/gradle.xml
  24. .idea/**/libraries
  25. # Gradle and Maven with auto-import
  26. # When using Gradle or Maven with auto-import, you should exclude module files,
  27. # since they will be recreated, and may cause churn. Uncomment if using
  28. # auto-import.
  29. # .idea/artifacts
  30. # .idea/compiler.xml
  31. # .idea/jarRepositories.xml
  32. # .idea/modules.xml
  33. # .idea/*.iml
  34. # .idea/modules
  35. # *.iml
  36. # *.ipr
  37. # CMake
  38. cmake-build-*/
  39. # Mongo Explorer plugin
  40. .idea/**/mongoSettings.xml
  41. # File-based project format
  42. *.iws
  43. # IntelliJ
  44. out/
  45. # mpeltonen/sbt-idea plugin
  46. .idea_modules/
  47. # JIRA plugin
  48. atlassian-ide-plugin.xml
  49. # Cursive Clojure plugin
  50. .idea/replstate.xml
  51. # Crashlytics plugin (for Android Studio and IntelliJ)
  52. com_crashlytics_export_strings.xml
  53. crashlytics.properties
  54. crashlytics-build.properties
  55. fabric.properties
  56. # Editor-based Rest Client
  57. .idea/httpRequests
  58. # Android studio 3.1+ serialized cache file
  59. .idea/caches/build_file_checksums.ser
  60. ### Intellij+all Patch ###
  61. # Ignores the whole .idea folder and all .iml files
  62. # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
  63. .idea/
  64. # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
  65. *.iml
  66. modules.xml
  67. .idea/misc.xml
  68. *.ipr
  69. # Sonarlint plugin
  70. .idea/sonarlint
  71. ### Linux ###
  72. *~
  73. # temporary files which can be created if a process still has a handle open of a deleted file
  74. .fuse_hidden*
  75. # KDE directory preferences
  76. .directory
  77. # Linux trash folder which might appear on any partition or disk
  78. .Trash-*
  79. # .nfs files are created when an open file is removed but is still being accessed
  80. .nfs*
  81. ### macOS ###
  82. # General
  83. .DS_Store
  84. .AppleDouble
  85. .LSOverride
  86. # Icon must end with two \r
  87. Icon
  88. # Thumbnails
  89. ._*
  90. # Files that might appear in the root of a volume
  91. .DocumentRevisions-V100
  92. .fseventsd
  93. .Spotlight-V100
  94. .TemporaryItems
  95. .Trashes
  96. .VolumeIcon.icns
  97. .com.apple.timemachine.donotpresent
  98. # Directories potentially created on remote AFP share
  99. .AppleDB
  100. .AppleDesktop
  101. Network Trash Folder
  102. Temporary Items
  103. .apdisk
  104. ### Node ###
  105. # Logs
  106. logs
  107. *.log
  108. npm-debug.log*
  109. yarn-debug.log*
  110. yarn-error.log*
  111. lerna-debug.log*
  112. # Diagnostic reports (https://nodejs.org/api/report.html)
  113. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  114. # Runtime data
  115. pids
  116. *.pid
  117. *.seed
  118. *.pid.lock
  119. # Directory for instrumented libs generated by jscoverage/JSCover
  120. lib-cov
  121. # Coverage directory used by tools like istanbul
  122. coverage
  123. *.lcov
  124. # nyc test coverage
  125. .nyc_output
  126. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  127. .grunt
  128. # Bower dependency directory (https://bower.io/)
  129. bower_components
  130. # node-waf configuration
  131. .lock-wscript
  132. # Compiled binary addons (https://nodejs.org/api/addons.html)
  133. build/Release
  134. # Dependency directories
  135. node_modules/
  136. jspm_packages/
  137. # TypeScript v1 declaration files
  138. typings/
  139. # TypeScript cache
  140. *.tsbuildinfo
  141. # Optional npm cache directory
  142. .npm
  143. # Optional eslint cache
  144. .eslintcache
  145. # Optional stylelint cache
  146. .stylelintcache
  147. # Microbundle cache
  148. .rpt2_cache/
  149. .rts2_cache_cjs/
  150. .rts2_cache_es/
  151. .rts2_cache_umd/
  152. # Optional REPL history
  153. .node_repl_history
  154. # Output of 'npm pack'
  155. *.tgz
  156. # Yarn Integrity file
  157. .yarn-integrity
  158. # dotenv environment variables file
  159. .env.test
  160. .env*.local
  161. # parcel-bundler cache (https://parceljs.org/)
  162. .cache
  163. .parcel-cache
  164. # Next.js build output
  165. .next
  166. # Nuxt.js build / generate output
  167. .nuxt
  168. dist
  169. # Gatsby files
  170. .cache/
  171. # Comment in the public line in if your project uses Gatsby and not Next.js
  172. # https://nextjs.org/blog/next-9-1#public-directory-support
  173. # public
  174. # vuepress build output
  175. .vuepress/dist
  176. # Serverless directories
  177. .serverless/
  178. # FuseBox cache
  179. .fusebox/
  180. # DynamoDB Local files
  181. .dynamodb/
  182. # TernJS port file
  183. .tern-port
  184. # Stores VSCode versions used for testing VSCode extensions
  185. .vscode-test
  186. ### vscode ###
  187. .vscode/*
  188. !.vscode/settings.json
  189. !.vscode/tasks.json
  190. !.vscode/launch.json
  191. !.vscode/extensions.json
  192. *.code-workspace
  193. ### Vue ###
  194. # gitignore template for Vue.js projects
  195. #
  196. # Recommended template: Node.gitignore
  197. ### Windows ###
  198. # Windows thumbnail cache files
  199. Thumbs.db
  200. Thumbs.db:encryptable
  201. ehthumbs.db
  202. ehthumbs_vista.db
  203. # Dump file
  204. *.stackdump
  205. # Folder config file
  206. [Dd]esktop.ini
  207. # Recycle Bin used on file shares
  208. $RECYCLE.BIN/
  209. # Windows Installer files
  210. *.cab
  211. *.msi
  212. *.msix
  213. *.msm
  214. *.msp
  215. # Windows shortcuts
  216. *.lnk
  217. # End of https://www.toptal.com/developers/gitignore/api/vue,node,macos,windows,linux,vscode,intellij+all