.gitignore 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. HELP.md
  2. target/
  3. !.mvn/wrapper/maven-wrapper.jar
  4. !**/src/main/**
  5. !**/src/test/**
  6. ### STS ###
  7. .apt_generated
  8. .classpath
  9. .factorypath
  10. .project
  11. .settings
  12. .springBeans
  13. .sts4-cache
  14. ### IntelliJ IDEA ###
  15. .idea
  16. *.iws
  17. *.iml
  18. *.ipr
  19. ### NetBeans ###
  20. /nbproject/private/
  21. /nbbuild/
  22. /dist/
  23. /nbdist/
  24. /.nb-gradle/
  25. build/
  26. ### VS Code ###
  27. .vscode/
  28. ### Java template
  29. # Compiled class file
  30. *.class
  31. # Log file
  32. *.log
  33. # BlueJ files
  34. *.ctxt
  35. # Mobile Tools for Java (J2ME)
  36. .mtj.tmp/
  37. # Package Files #
  38. *.jar
  39. *.war
  40. *.nar
  41. *.ear
  42. *.zip
  43. *.tar.gz
  44. *.rar
  45. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  46. hs_err_pid*
  47. ### Maven template
  48. pom.xml.tag
  49. pom.xml.releaseBackup
  50. pom.xml.versionsBackup
  51. pom.xml.next
  52. release.properties
  53. dependency-reduced-pom.xml
  54. buildNumber.properties
  55. .mvn/timing.properties
  56. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  57. .mvn/wrapper/maven-wrapper.jar
  58. ### VisualStudioCode template
  59. .vscode/*
  60. !.vscode/settings.json
  61. !.vscode/tasks.json
  62. !.vscode/launch.json
  63. !.vscode/extensions.json
  64. *.code-workspace
  65. # Local History for Visual Studio Code
  66. .history/
  67. ### JetBrains template
  68. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  69. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  70. # User-specific stuff
  71. .idea/**/workspace.xml
  72. .idea/**/tasks.xml
  73. .idea/**/usage.statistics.xml
  74. .idea/**/dictionaries
  75. .idea/**/shelf
  76. # Generated files
  77. .idea/**/contentModel.xml
  78. # Sensitive or high-churn files
  79. .idea/**/dataSources/
  80. .idea/**/dataSources.ids
  81. .idea/**/dataSources.local.xml
  82. .idea/**/sqlDataSources.xml
  83. .idea/**/dynamic.xml
  84. .idea/**/uiDesigner.xml
  85. .idea/**/dbnavigator.xml
  86. # Gradle
  87. .idea/**/gradle.xml
  88. .idea/**/libraries
  89. # Gradle and Maven with auto-import
  90. # When using Gradle or Maven with auto-import, you should exclude module files,
  91. # since they will be recreated, and may cause churn. Uncomment if using
  92. # auto-import.
  93. # .idea/artifacts
  94. # .idea/compiler.xml
  95. # .idea/jarRepositories.xml
  96. # .idea/modules.xml
  97. # .idea/*.iml
  98. # .idea/modules
  99. # *.iml
  100. # *.ipr
  101. # CMake
  102. cmake-build-*/
  103. # Mongo Explorer plugin
  104. .idea/**/mongoSettings.xml
  105. # File-based project format
  106. # IntelliJ
  107. out/
  108. # mpeltonen/sbt-idea plugin
  109. .idea_modules/
  110. # JIRA plugin
  111. atlassian-ide-plugin.xml
  112. # Cursive Clojure plugin
  113. .idea/replstate.xml
  114. # Crashlytics plugin (for Android Studio and IntelliJ)
  115. com_crashlytics_export_strings.xml
  116. crashlytics.properties
  117. crashlytics-build.properties
  118. fabric.properties
  119. # Editor-based Rest Client
  120. .idea/httpRequests
  121. # Android studio 3.1+ serialized cache file
  122. .idea/caches/build_file_checksums.ser
  123. ### Example user template template
  124. ### Example user template
  125. # IntelliJ project files
  126. out
  127. gen
  128. ### VisualStudio template
  129. ## Ignore Visual Studio temporary files, build results, and
  130. ## files generated by popular Visual Studio add-ons.
  131. ##
  132. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  133. # User-specific files
  134. *.rsuser
  135. *.suo
  136. *.user
  137. *.userosscache
  138. *.sln.docstates
  139. # User-specific files (MonoDevelop/Xamarin Studio)
  140. *.userprefs
  141. # Mono auto generated files
  142. mono_crash.*
  143. # Build results
  144. [Dd]ebug/
  145. [Dd]ebugPublic/
  146. [Rr]elease/
  147. [Rr]eleases/
  148. x64/
  149. x86/
  150. [Ww][Ii][Nn]32/
  151. [Aa][Rr][Mm]/
  152. [Aa][Rr][Mm]64/
  153. bld/
  154. [Bb]in/
  155. [Oo]bj/
  156. [Ll]og/
  157. [Ll]ogs/
  158. # Visual Studio 2015/2017 cache/options directory
  159. .vs/
  160. # Uncomment if you have tasks that create the project's static files in wwwroot
  161. #wwwroot/
  162. # Visual Studio 2017 auto generated files
  163. Generated\ Files/
  164. # MSTest test Results
  165. [Tt]est[Rr]esult*/
  166. [Bb]uild[Ll]og.*
  167. # NUnit
  168. *.VisualState.xml
  169. TestResult.xml
  170. nunit-*.xml
  171. # Build Results of an ATL Project
  172. [Dd]ebugPS/
  173. [Rr]eleasePS/
  174. dlldata.c
  175. # Benchmark Results
  176. BenchmarkDotNet.Artifacts/
  177. # .NET Core
  178. project.lock.json
  179. project.fragment.lock.json
  180. artifacts/
  181. # ASP.NET Scaffolding
  182. ScaffoldingReadMe.txt
  183. # StyleCop
  184. StyleCopReport.xml
  185. # Files built by Visual Studio
  186. *_i.c
  187. *_p.c
  188. *_h.h
  189. *.ilk
  190. *.meta
  191. *.obj
  192. *.iobj
  193. *.pch
  194. *.pdb
  195. *.ipdb
  196. *.pgc
  197. *.pgd
  198. *.rsp
  199. *.sbr
  200. *.tlb
  201. *.tli
  202. *.tlh
  203. *.tmp
  204. *.tmp_proj
  205. *_wpftmp.csproj
  206. *.vspscc
  207. *.vssscc
  208. .builds
  209. *.pidb
  210. *.svclog
  211. *.scc
  212. # Chutzpah Test files
  213. _Chutzpah*
  214. # Visual C++ cache files
  215. ipch/
  216. *.aps
  217. *.ncb
  218. *.opendb
  219. *.opensdf
  220. *.sdf
  221. *.cachefile
  222. *.VC.db
  223. *.VC.VC.opendb
  224. # Visual Studio profiler
  225. *.psess
  226. *.vsp
  227. *.vspx
  228. *.sap
  229. # Visual Studio Trace Files
  230. *.e2e
  231. # TFS 2012 Local Workspace
  232. $tf/
  233. # Guidance Automation Toolkit
  234. *.gpState
  235. # ReSharper is a .NET coding add-in
  236. _ReSharper*/
  237. *.[Rr]e[Ss]harper
  238. *.DotSettings.user
  239. # TeamCity is a build add-in
  240. _TeamCity*
  241. # DotCover is a Code Coverage Tool
  242. *.dotCover
  243. # AxoCover is a Code Coverage Tool
  244. .axoCover/*
  245. !.axoCover/settings.json
  246. # Coverlet is a free, cross platform Code Coverage Tool
  247. coverage*.json
  248. coverage*.xml
  249. coverage*.info
  250. # Visual Studio code coverage results
  251. *.coverage
  252. *.coveragexml
  253. # NCrunch
  254. _NCrunch_*
  255. .*crunch*.local.xml
  256. nCrunchTemp_*
  257. # MightyMoose
  258. *.mm.*
  259. AutoTest.Net/
  260. # Web workbench (sass)
  261. .sass-cache/
  262. # Installshield output folder
  263. [Ee]xpress/
  264. # DocProject is a documentation generator add-in
  265. DocProject/buildhelp/
  266. DocProject/Help/*.HxT
  267. DocProject/Help/*.HxC
  268. DocProject/Help/*.hhc
  269. DocProject/Help/*.hhk
  270. DocProject/Help/*.hhp
  271. DocProject/Help/Html2
  272. DocProject/Help/html
  273. # Click-Once directory
  274. publish/
  275. # Publish Web Output
  276. *.[Pp]ublish.xml
  277. *.azurePubxml
  278. # Note: Comment the next line if you want to checkin your web deploy settings,
  279. # but database connection strings (with potential passwords) will be unencrypted
  280. *.pubxml
  281. *.publishproj
  282. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  283. # checkin your Azure Web App publish settings, but sensitive information contained
  284. # in these scripts will be unencrypted
  285. PublishScripts/
  286. # NuGet Packages
  287. *.nupkg
  288. # NuGet Symbol Packages
  289. *.snupkg
  290. # The packages folder can be ignored because of Package Restore
  291. **/[Pp]ackages/*
  292. # except build/, which is used as an MSBuild target.
  293. !**/[Pp]ackages/build/
  294. # Uncomment if necessary however generally it will be regenerated when needed
  295. #!**/[Pp]ackages/repositories.config
  296. # NuGet v3's project.json files produces more ignorable files
  297. *.nuget.props
  298. *.nuget.targets
  299. # Microsoft Azure Build Output
  300. csx/
  301. *.build.csdef
  302. # Microsoft Azure Emulator
  303. ecf/
  304. rcf/
  305. # Windows Store app package directories and files
  306. AppPackages/
  307. BundleArtifacts/
  308. Package.StoreAssociation.xml
  309. _pkginfo.txt
  310. *.appx
  311. *.appxbundle
  312. *.appxupload
  313. # Visual Studio cache files
  314. # files ending in .cache can be ignored
  315. *.[Cc]ache
  316. # but keep track of directories ending in .cache
  317. !?*.[Cc]ache/
  318. # Others
  319. ClientBin/
  320. ~$*
  321. *~
  322. *.dbmdl
  323. *.dbproj.schemaview
  324. *.jfm
  325. *.pfx
  326. *.publishsettings
  327. orleans.codegen.cs
  328. # Including strong name files can present a security risk
  329. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  330. #*.snk
  331. # Since there are multiple workflows, uncomment next line to ignore bower_components
  332. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  333. #bower_components/
  334. # RIA/Silverlight projects
  335. Generated_Code/
  336. # Backup & report files from converting an old project file
  337. # to a newer Visual Studio version. Backup files are not needed,
  338. # because we have git ;-)
  339. _UpgradeReport_Files/
  340. Backup*/
  341. UpgradeLog*.XML
  342. UpgradeLog*.htm
  343. ServiceFabricBackup/
  344. *.rptproj.bak
  345. # SQL Server files
  346. *.mdf
  347. *.ldf
  348. *.ndf
  349. # Business Intelligence projects
  350. *.rdl.data
  351. *.bim.layout
  352. *.bim_*.settings
  353. *.rptproj.rsuser
  354. *- [Bb]ackup.rdl
  355. *- [Bb]ackup ([0-9]).rdl
  356. *- [Bb]ackup ([0-9][0-9]).rdl
  357. # Microsoft Fakes
  358. FakesAssemblies/
  359. # GhostDoc plugin setting file
  360. *.GhostDoc.xml
  361. # Node.js Tools for Visual Studio
  362. .ntvs_analysis.dat
  363. node_modules/
  364. # Visual Studio 6 build log
  365. *.plg
  366. # Visual Studio 6 workspace options file
  367. *.opt
  368. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  369. *.vbw
  370. # Visual Studio LightSwitch build output
  371. **/*.HTMLClient/GeneratedArtifacts
  372. **/*.DesktopClient/GeneratedArtifacts
  373. **/*.DesktopClient/ModelManifest.xml
  374. **/*.Server/GeneratedArtifacts
  375. **/*.Server/ModelManifest.xml
  376. _Pvt_Extensions
  377. # Paket dependency manager
  378. .paket/paket.exe
  379. paket-files/
  380. # FAKE - F# Make
  381. .fake/
  382. # CodeRush personal settings
  383. .cr/personal
  384. # Python Tools for Visual Studio (PTVS)
  385. __pycache__/
  386. *.pyc
  387. # Cake - Uncomment if you are using it
  388. # tools/**
  389. # !tools/packages.config
  390. # Tabs Studio
  391. *.tss
  392. # Telerik's JustMock configuration file
  393. *.jmconfig
  394. # BizTalk build output
  395. *.btp.cs
  396. *.btm.cs
  397. *.odx.cs
  398. *.xsd.cs
  399. # OpenCover UI analysis results
  400. OpenCover/
  401. # Azure Stream Analytics local run output
  402. ASALocalRun/
  403. # MSBuild Binary and Structured Log
  404. *.binlog
  405. # NVidia Nsight GPU debugger configuration file
  406. *.nvuser
  407. # MFractors (Xamarin productivity tool) working folder
  408. .mfractor/
  409. # Local History for Visual Studio
  410. .localhistory/
  411. # BeatPulse healthcheck temp database
  412. healthchecksdb
  413. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  414. MigrationBackup/
  415. # Ionide (cross platform F# VS Code tools) working folder
  416. .ionide/
  417. # Fody - auto-generated XML schema
  418. FodyWeavers.xsd
  419. a/
  420. distinct/
  421. download/
  422. .mvn/
  423. mvnw
  424. mvnw.cmd