.gitignore 11 KB

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