.gitignore 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. ### Java template
  2. # Compiled class file
  3. *.class
  4. # Log file
  5. *.log
  6. # BlueJ files
  7. *.ctxt
  8. # Mobile Tools for Java (J2ME)
  9. .mtj.tmp/
  10. # Package Files #
  11. *.jar
  12. *.war
  13. *.nar
  14. *.ear
  15. *.zip
  16. *.tar.gz
  17. *.rar
  18. .flattened-pom.xml
  19. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  20. hs_err_pid*
  21. ### VisualStudioCode template
  22. .vscode/*
  23. !.vscode/settings.json
  24. !.vscode/tasks.json
  25. !.vscode/launch.json
  26. !.vscode/extensions.json
  27. *.code-workspace
  28. # Local History for Visual Studio Code
  29. .history/
  30. ### JetBrains template
  31. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  32. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  33. # User-specific stuff
  34. .idea/**/workspace.xml
  35. .idea/**/tasks.xml
  36. .idea/**/usage.statistics.xml
  37. .idea/**/dictionaries
  38. .idea/**/shelf
  39. # Generated files
  40. .idea/**/contentModel.xml
  41. # Sensitive or high-churn files
  42. .idea/**/dataSources/
  43. .idea/**/dataSources.ids
  44. .idea/**/dataSources.local.xml
  45. .idea/**/sqlDataSources.xml
  46. .idea/**/dynamic.xml
  47. .idea/**/uiDesigner.xml
  48. .idea/**/dbnavigator.xml
  49. # Gradle
  50. .idea/**/gradle.xml
  51. .idea/**/libraries
  52. # Gradle and Maven with auto-import
  53. # When using Gradle or Maven with auto-import, you should exclude module files,
  54. # since they will be recreated, and may cause churn. Uncomment if using
  55. # auto-import.
  56. # .idea/artifacts
  57. # .idea/compiler.xml
  58. # .idea/jarRepositories.xml
  59. # .idea/modules.xml
  60. # .idea/*.iml
  61. # .idea/modules
  62. # *.iml
  63. # *.ipr
  64. # CMake
  65. cmake-build-*/
  66. # Mongo Explorer plugin
  67. .idea/**/mongoSettings.xml
  68. # File-based project format
  69. *.iws
  70. # IntelliJ
  71. out/
  72. # mpeltonen/sbt-idea plugin
  73. .idea_modules/
  74. # JIRA plugin
  75. atlassian-ide-plugin.xml
  76. # Cursive Clojure plugin
  77. .idea/replstate.xml
  78. # Crashlytics plugin (for Android Studio and IntelliJ)
  79. com_crashlytics_export_strings.xml
  80. crashlytics.properties
  81. crashlytics-build.properties
  82. fabric.properties
  83. # Editor-based Rest Client
  84. .idea/httpRequests
  85. # Android studio 3.1+ serialized cache file
  86. .idea/caches/build_file_checksums.ser
  87. ### Example user template template
  88. ### Example user template
  89. # IntelliJ project files
  90. .idea
  91. *.iml
  92. out
  93. gen
  94. ### Node template
  95. # Logs
  96. logs
  97. *.log
  98. npm-debug.log*
  99. yarn-debug.log*
  100. yarn-error.log*
  101. lerna-debug.log*
  102. # Diagnostic reports (https://nodejs.org/api/report.html)
  103. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  104. # Runtime data
  105. pids
  106. *.pid
  107. *.seed
  108. *.pid.lock
  109. # Directory for instrumented libs generated by jscoverage/JSCover
  110. lib-cov
  111. # Coverage directory used by tools like istanbul
  112. coverage
  113. *.lcov
  114. # nyc test coverage
  115. .nyc_output
  116. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  117. .grunt
  118. # Bower dependency directory (https://bower.io/)
  119. bower_components
  120. # node-waf configuration
  121. .lock-wscript
  122. # Compiled binary addons (https://nodejs.org/api/addons.html)
  123. build/Release
  124. # Dependency directories
  125. node_modules/
  126. jspm_packages/
  127. # Snowpack dependency directory (https://snowpack.dev/)
  128. web_modules/
  129. # TypeScript cache
  130. *.tsbuildinfo
  131. # Optional npm cache directory
  132. .npm
  133. # Optional eslint cache
  134. .eslintcache
  135. # Microbundle cache
  136. .rpt2_cache/
  137. .rts2_cache_cjs/
  138. .rts2_cache_es/
  139. .rts2_cache_umd/
  140. # Optional REPL history
  141. .node_repl_history
  142. # Output of 'npm pack'
  143. *.tgz
  144. # Yarn Integrity file
  145. .yarn-integrity
  146. # dotenv environment variables file
  147. .env
  148. #.env.test
  149. # parcel-bundler cache (https://parceljs.org/)
  150. .cache
  151. .parcel-cache
  152. # Next.js build output
  153. .next
  154. out
  155. # Nuxt.js build / generate output
  156. .nuxt
  157. dist
  158. # Gatsby files
  159. .cache/
  160. # Comment in the public line in if your project uses Gatsby and not Next.js
  161. # https://nextjs.org/blog/next-9-1#public-directory-support
  162. # public
  163. # vuepress build output
  164. .vuepress/dist
  165. # Serverless directories
  166. .serverless/
  167. # FuseBox cache
  168. .fusebox/
  169. # DynamoDB Local files
  170. .dynamodb/
  171. # TernJS port file
  172. .tern-port
  173. # Stores VSCode versions used for testing VSCode extensions
  174. .vscode-test
  175. # yarn v2
  176. .yarn/cache
  177. .yarn/unplugged
  178. .yarn/build-state.yml
  179. .yarn/install-state.gz
  180. .pnp.*
  181. ### Vim template
  182. # Swap
  183. [._]*.s[a-v][a-z]
  184. !*.svg # comment out if you don't need vector files
  185. [._]*.sw[a-p]
  186. [._]s[a-rt-v][a-z]
  187. [._]ss[a-gi-z]
  188. [._]sw[a-p]
  189. # Session
  190. Session.vim
  191. Sessionx.vim
  192. # Temporary
  193. .netrwhist
  194. *~
  195. # Auto-generated tag files
  196. tags
  197. # Persistent undo
  198. [._]*.un~
  199. ### Windows template
  200. # Windows thumbnail cache files
  201. Thumbs.db
  202. Thumbs.db:encryptable
  203. ehthumbs.db
  204. ehthumbs_vista.db
  205. # Dump file
  206. *.stackdump
  207. # Folder config file
  208. [Dd]esktop.ini
  209. # Recycle Bin used on file shares
  210. $RECYCLE.BIN/
  211. # Windows Installer files
  212. *.cab
  213. *.msi
  214. *.msix
  215. *.msm
  216. *.msp
  217. # Windows shortcuts
  218. *.lnk
  219. ### macOS template
  220. # General
  221. .DS_Store
  222. .AppleDouble
  223. .LSOverride
  224. # Icon must end with two \r
  225. Icon
  226. # Thumbnails
  227. ._*
  228. # Files that might appear in the root of a volume
  229. .DocumentRevisions-V100
  230. .fseventsd
  231. .Spotlight-V100
  232. .TemporaryItems
  233. .Trashes
  234. .VolumeIcon.icns
  235. .com.apple.timemachine.donotpresent
  236. # Directories potentially created on remote AFP share
  237. .AppleDB
  238. .AppleDesktop
  239. Network Trash Folder
  240. Temporary Items
  241. .apdisk
  242. #target
  243. target/
  244. !/super-whale-log/plumelog-server-3.5.jar
  245. /src/main/resources/static/
  246. /home/ams/wallet/