1
0

.dockerignore 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. ### Maven template
  2. target/
  3. pom.xml.tag
  4. pom.xml.releaseBackup
  5. pom.xml.versionsBackup
  6. pom.xml.next
  7. release.properties
  8. dependency-reduced-pom.xml
  9. buildNumber.properties
  10. .mvn/timing.properties
  11. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  12. .mvn/wrapper/maven-wrapper.jar
  13. ### JetBrains template
  14. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  15. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  16. # User-specific stuff
  17. .idea/**/workspace.xml
  18. .idea/**/tasks.xml
  19. .idea/**/usage.statistics.xml
  20. .idea/**/dictionaries
  21. .idea/**/shelf
  22. # Generated files
  23. .idea/**/contentModel.xml
  24. # Sensitive or high-churn files
  25. .idea/**/dataSources/
  26. .idea/**/dataSources.ids
  27. .idea/**/dataSources.local.xml
  28. .idea/**/sqlDataSources.xml
  29. .idea/**/dynamic.xml
  30. .idea/**/uiDesigner.xml
  31. .idea/**/dbnavigator.xml
  32. # Gradle
  33. .idea/**/gradle.xml
  34. .idea/**/libraries
  35. # Gradle and Maven with auto-import
  36. # When using Gradle or Maven with auto-import, you should exclude module files,
  37. # since they will be recreated, and may cause churn. Uncomment if using
  38. # auto-import.
  39. # .idea/artifacts
  40. # .idea/compiler.xml
  41. # .idea/jarRepositories.xml
  42. # .idea/modules.xml
  43. # .idea/*.iml
  44. # .idea/modules
  45. # *.iml
  46. # *.ipr
  47. # CMake
  48. cmake-build-*/
  49. # Mongo Explorer plugin
  50. .idea/**/mongoSettings.xml
  51. # File-based project format
  52. *.iws
  53. # IntelliJ
  54. out/
  55. # mpeltonen/sbt-idea plugin
  56. .idea_modules/
  57. # JIRA plugin
  58. atlassian-ide-plugin.xml
  59. # Cursive Clojure plugin
  60. .idea/replstate.xml
  61. # Crashlytics plugin (for Android Studio and IntelliJ)
  62. com_crashlytics_export_strings.xml
  63. crashlytics.properties
  64. crashlytics-build.properties
  65. fabric.properties
  66. # Editor-based Rest Client
  67. .idea/httpRequests
  68. # Android studio 3.1+ serialized cache file
  69. .idea/caches/build_file_checksums.ser
  70. ### Node template
  71. # Logs
  72. logs
  73. *.log
  74. npm-debug.log*
  75. yarn-debug.log*
  76. yarn-error.log*
  77. lerna-debug.log*
  78. # Diagnostic reports (https://nodejs.org/api/report.html)
  79. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  80. # Runtime data
  81. pids
  82. *.pid
  83. *.seed
  84. *.pid.lock
  85. # Directory for instrumented libs generated by jscoverage/JSCover
  86. lib-cov
  87. # Coverage directory used by tools like istanbul
  88. coverage
  89. *.lcov
  90. # nyc test coverage
  91. .nyc_output
  92. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  93. .grunt
  94. # Bower dependency directory (https://bower.io/)
  95. bower_components
  96. # node-waf configuration
  97. .lock-wscript
  98. # Compiled binary addons (https://nodejs.org/api/addons.html)
  99. build/Release
  100. # Dependency directories
  101. node_modules/
  102. jspm_packages/
  103. # Snowpack dependency directory (https://snowpack.dev/)
  104. web_modules/
  105. # TypeScript cache
  106. *.tsbuildinfo
  107. # Optional npm cache directory
  108. .npm
  109. # Optional eslint cache
  110. .eslintcache
  111. # Microbundle cache
  112. .rpt2_cache/
  113. .rts2_cache_cjs/
  114. .rts2_cache_es/
  115. .rts2_cache_umd/
  116. # Optional REPL history
  117. .node_repl_history
  118. # Output of 'npm pack'
  119. *.tgz
  120. # Yarn Integrity file
  121. .yarn-integrity
  122. # dotenv environment variables file
  123. #.env
  124. #.env.test
  125. # parcel-bundler cache (https://parceljs.org/)
  126. .cache
  127. .parcel-cache
  128. # Next.js build output
  129. .next
  130. out
  131. # Nuxt.js build / generate output
  132. .nuxt
  133. dist
  134. # Gatsby files
  135. .cache/
  136. # Comment in the public line in if your project uses Gatsby and not Next.js
  137. # https://nextjs.org/blog/next-9-1#public-directory-support
  138. # public
  139. # vuepress build output
  140. .vuepress/dist
  141. # Serverless directories
  142. .serverless/
  143. # FuseBox cache
  144. .fusebox/
  145. # DynamoDB Local files
  146. .dynamodb/
  147. # TernJS port file
  148. .tern-port
  149. # Stores VSCode versions used for testing VSCode extensions
  150. .vscode-test
  151. # yarn v2
  152. .yarn/cache
  153. .yarn/unplugged
  154. .yarn/build-state.yml
  155. .yarn/install-state.gz
  156. .pnp.*
  157. .git
  158. modules/server/logs
  159. modules/agent/logs