.gitignore 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038
  1. HELP.md
  2. target/
  3. !.mvn/wrapper/maven-wrapper.jar
  4. !**/src/main/**/target/
  5. !**/src/test/**/target/
  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. !**/src/main/**/build/
  27. !**/src/test/**/build/
  28. ### VS Code ###
  29. .vscode/
  30. ### Intellij 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. # AWS User-specific
  40. .idea/**/aws.xml
  41. # Generated files
  42. .idea/**/contentModel.xml
  43. # Sensitive or high-churn files
  44. .idea/**/dataSources/
  45. .idea/**/dataSources.ids
  46. .idea/**/dataSources.local.xml
  47. .idea/**/sqlDataSources.xml
  48. .idea/**/dynamic.xml
  49. .idea/**/uiDesigner.xml
  50. .idea/**/dbnavigator.xml
  51. # Gradle
  52. .idea/**/gradle.xml
  53. .idea/**/libraries
  54. # Gradle and Maven with auto-import
  55. # When using Gradle or Maven with auto-import, you should exclude module files,
  56. # since they will be recreated, and may cause churn. Uncomment if using
  57. # auto-import.
  58. # .idea/artifacts
  59. # .idea/compiler.xml
  60. # .idea/jarRepositories.xml
  61. # .idea/modules.xml
  62. # .idea/*.iml
  63. # .idea/modules
  64. # *.iml
  65. # *.ipr
  66. # CMake
  67. cmake-build-*/
  68. # Mongo Explorer plugin
  69. .idea/**/mongoSettings.xml
  70. # File-based project format
  71. *.iws
  72. # IntelliJ
  73. out/
  74. # mpeltonen/sbt-idea plugin
  75. .idea_modules/
  76. # JIRA plugin
  77. atlassian-ide-plugin.xml
  78. # Cursive Clojure plugin
  79. .idea/replstate.xml
  80. # SonarLint plugin
  81. .idea/sonarlint/
  82. # Crashlytics plugin (for Android Studio and IntelliJ)
  83. com_crashlytics_export_strings.xml
  84. crashlytics.properties
  85. crashlytics-build.properties
  86. fabric.properties
  87. # Editor-based Rest Client
  88. .idea/httpRequests
  89. # Android studio 3.1+ serialized cache file
  90. .idea/caches/build_file_checksums.ser
  91. ### Java template
  92. # Compiled class file
  93. *.class
  94. # Log file
  95. *.log
  96. # BlueJ files
  97. *.ctxt
  98. # Mobile Tools for Java (J2ME)
  99. .mtj.tmp/
  100. # Package Files #
  101. *.jar
  102. *.war
  103. *.nar
  104. *.ear
  105. *.zip
  106. *.tar.gz
  107. *.rar
  108. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  109. hs_err_pid*
  110. replay_pid*
  111. ### Maven template
  112. target/
  113. pom.xml.tag
  114. pom.xml.releaseBackup
  115. pom.xml.versionsBackup
  116. pom.xml.next
  117. release.properties
  118. dependency-reduced-pom.xml
  119. buildNumber.properties
  120. .mvn/timing.properties
  121. # https://github.com/takari/maven-wrapper#usage-without-binary-jar
  122. .mvn/wrapper/maven-wrapper.jar
  123. # Eclipse m2e generated files
  124. # Eclipse Core
  125. .project
  126. # JDT-specific (Eclipse Java Development Tools)
  127. .classpath
  128. ### VisualStudioCode template
  129. .vscode/*
  130. !.vscode/settings.json
  131. !.vscode/tasks.json
  132. !.vscode/launch.json
  133. !.vscode/extensions.json
  134. !.vscode/*.code-snippets
  135. # Local History for Visual Studio Code
  136. .history/
  137. # Built Visual Studio Code Extensions
  138. *.vsix
  139. ### JetBrains+all template
  140. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  141. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  142. # User-specific stuff
  143. .idea/**/workspace.xml
  144. .idea/**/tasks.xml
  145. .idea/**/usage.statistics.xml
  146. .idea/**/dictionaries
  147. .idea/**/shelf
  148. # AWS User-specific
  149. .idea/**/aws.xml
  150. # Generated files
  151. .idea/**/contentModel.xml
  152. # Sensitive or high-churn files
  153. .idea/**/dataSources/
  154. .idea/**/dataSources.ids
  155. .idea/**/dataSources.local.xml
  156. .idea/**/sqlDataSources.xml
  157. .idea/**/dynamic.xml
  158. .idea/**/uiDesigner.xml
  159. .idea/**/dbnavigator.xml
  160. # Gradle
  161. .idea/**/gradle.xml
  162. .idea/**/libraries
  163. # Gradle and Maven with auto-import
  164. # When using Gradle or Maven with auto-import, you should exclude module files,
  165. # since they will be recreated, and may cause churn. Uncomment if using
  166. # auto-import.
  167. # .idea/artifacts
  168. # .idea/compiler.xml
  169. # .idea/jarRepositories.xml
  170. # .idea/modules.xml
  171. # .idea/*.iml
  172. # .idea/modules
  173. # *.iml
  174. # *.ipr
  175. # CMake
  176. cmake-build-*/
  177. # Mongo Explorer plugin
  178. .idea/**/mongoSettings.xml
  179. # File-based project format
  180. *.iws
  181. # IntelliJ
  182. out/
  183. # mpeltonen/sbt-idea plugin
  184. .idea_modules/
  185. # JIRA plugin
  186. atlassian-ide-plugin.xml
  187. # Cursive Clojure plugin
  188. .idea/replstate.xml
  189. # SonarLint plugin
  190. .idea/sonarlint/
  191. # Crashlytics plugin (for Android Studio and IntelliJ)
  192. com_crashlytics_export_strings.xml
  193. crashlytics.properties
  194. crashlytics-build.properties
  195. fabric.properties
  196. # Editor-based Rest Client
  197. .idea/httpRequests
  198. # Android studio 3.1+ serialized cache file
  199. .idea/caches/build_file_checksums.ser
  200. ### JetBrains template
  201. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  202. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  203. # User-specific stuff
  204. .idea/**/workspace.xml
  205. .idea/**/tasks.xml
  206. .idea/**/usage.statistics.xml
  207. .idea/**/dictionaries
  208. .idea/**/shelf
  209. # AWS User-specific
  210. .idea/**/aws.xml
  211. # Generated files
  212. .idea/**/contentModel.xml
  213. # Sensitive or high-churn files
  214. .idea/**/dataSources/
  215. .idea/**/dataSources.ids
  216. .idea/**/dataSources.local.xml
  217. .idea/**/sqlDataSources.xml
  218. .idea/**/dynamic.xml
  219. .idea/**/uiDesigner.xml
  220. .idea/**/dbnavigator.xml
  221. # Gradle
  222. .idea/**/gradle.xml
  223. .idea/**/libraries
  224. # Gradle and Maven with auto-import
  225. # When using Gradle or Maven with auto-import, you should exclude module files,
  226. # since they will be recreated, and may cause churn. Uncomment if using
  227. # auto-import.
  228. # .idea/artifacts
  229. # .idea/compiler.xml
  230. # .idea/jarRepositories.xml
  231. # .idea/modules.xml
  232. # .idea/*.iml
  233. # .idea/modules
  234. # *.iml
  235. # *.ipr
  236. # CMake
  237. cmake-build-*/
  238. # Mongo Explorer plugin
  239. .idea/**/mongoSettings.xml
  240. # File-based project format
  241. *.iws
  242. # IntelliJ
  243. out/
  244. # mpeltonen/sbt-idea plugin
  245. .idea_modules/
  246. # JIRA plugin
  247. atlassian-ide-plugin.xml
  248. # Cursive Clojure plugin
  249. .idea/replstate.xml
  250. # SonarLint plugin
  251. .idea/sonarlint/
  252. # Crashlytics plugin (for Android Studio and IntelliJ)
  253. com_crashlytics_export_strings.xml
  254. crashlytics.properties
  255. crashlytics-build.properties
  256. fabric.properties
  257. # Editor-based Rest Client
  258. .idea/httpRequests
  259. # Android studio 3.1+ serialized cache file
  260. .idea/caches/build_file_checksums.ser
  261. ### Eclipse template
  262. .metadata
  263. bin/
  264. tmp/
  265. *.tmp
  266. *.bak
  267. *.swp
  268. *~.nib
  269. local.properties
  270. .settings/
  271. .loadpath
  272. .recommenders
  273. # External tool builders
  274. .externalToolBuilders/
  275. # Locally stored "Eclipse launch configurations"
  276. *.launch
  277. # PyDev specific (Python IDE for Eclipse)
  278. *.pydevproject
  279. # CDT-specific (C/C++ Development Tooling)
  280. .cproject
  281. # CDT- autotools
  282. .autotools
  283. # Java annotation processor (APT)
  284. .factorypath
  285. # PDT-specific (PHP Development Tools)
  286. .buildpath
  287. # sbteclipse plugin
  288. .target
  289. # Tern plugin
  290. .tern-project
  291. # TeXlipse plugin
  292. .texlipse
  293. # STS (Spring Tool Suite)
  294. .springBeans
  295. # Code Recommenders
  296. .recommenders/
  297. # Annotation Processing
  298. .apt_generated/
  299. .apt_generated_test/
  300. # Scala IDE specific (Scala & Java development for Eclipse)
  301. .cache-main
  302. .scala_dependencies
  303. .worksheet
  304. # Uncomment this line if you wish to ignore the project description file.
  305. # Typically, this file would be tracked if it contains build/dependency configurations:
  306. #.project
  307. ### Intellij+all template
  308. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  309. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  310. # User-specific stuff
  311. .idea/**/workspace.xml
  312. .idea/**/tasks.xml
  313. .idea/**/usage.statistics.xml
  314. .idea/**/dictionaries
  315. .idea/**/shelf
  316. # AWS User-specific
  317. .idea/**/aws.xml
  318. # Generated files
  319. .idea/**/contentModel.xml
  320. # Sensitive or high-churn files
  321. .idea/**/dataSources/
  322. .idea/**/dataSources.ids
  323. .idea/**/dataSources.local.xml
  324. .idea/**/sqlDataSources.xml
  325. .idea/**/dynamic.xml
  326. .idea/**/uiDesigner.xml
  327. .idea/**/dbnavigator.xml
  328. # Gradle
  329. .idea/**/gradle.xml
  330. .idea/**/libraries
  331. # Gradle and Maven with auto-import
  332. # When using Gradle or Maven with auto-import, you should exclude module files,
  333. # since they will be recreated, and may cause churn. Uncomment if using
  334. # auto-import.
  335. # .idea/artifacts
  336. # .idea/compiler.xml
  337. # .idea/jarRepositories.xml
  338. # .idea/modules.xml
  339. # .idea/*.iml
  340. # .idea/modules
  341. # *.iml
  342. # *.ipr
  343. # CMake
  344. cmake-build-*/
  345. # Mongo Explorer plugin
  346. .idea/**/mongoSettings.xml
  347. # File-based project format
  348. *.iws
  349. # IntelliJ
  350. out/
  351. # mpeltonen/sbt-idea plugin
  352. .idea_modules/
  353. # JIRA plugin
  354. atlassian-ide-plugin.xml
  355. # Cursive Clojure plugin
  356. .idea/replstate.xml
  357. # SonarLint plugin
  358. .idea/sonarlint/
  359. # Crashlytics plugin (for Android Studio and IntelliJ)
  360. com_crashlytics_export_strings.xml
  361. crashlytics.properties
  362. crashlytics-build.properties
  363. fabric.properties
  364. # Editor-based Rest Client
  365. .idea/httpRequests
  366. # Android studio 3.1+ serialized cache file
  367. .idea/caches/build_file_checksums.ser
  368. ### Example user template template
  369. ### Example user template
  370. # IntelliJ project files
  371. .idea
  372. *.iml
  373. out
  374. gen
  375. ### VisualStudio template
  376. ## Ignore Visual Studio temporary files, build results, and
  377. ## files generated by popular Visual Studio add-ons.
  378. ##
  379. ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
  380. # User-specific files
  381. *.rsuser
  382. *.suo
  383. *.user
  384. *.userosscache
  385. *.sln.docstates
  386. # User-specific files (MonoDevelop/Xamarin Studio)
  387. *.userprefs
  388. # Mono auto generated files
  389. mono_crash.*
  390. # Build results
  391. [Dd]ebug/
  392. [Dd]ebugPublic/
  393. [Rr]elease/
  394. [Rr]eleases/
  395. x64/
  396. x86/
  397. [Ww][Ii][Nn]32/
  398. [Aa][Rr][Mm]/
  399. [Aa][Rr][Mm]64/
  400. bld/
  401. [Bb]in/
  402. [Oo]bj/
  403. [Ll]og/
  404. [Ll]ogs/
  405. # Visual Studio 2015/2017 cache/options directory
  406. .vs/
  407. # Uncomment if you have tasks that create the project's static files in wwwroot
  408. #wwwroot/
  409. # Visual Studio 2017 auto generated files
  410. Generated\ Files/
  411. # MSTest test Results
  412. [Tt]est[Rr]esult*/
  413. [Bb]uild[Ll]og.*
  414. # NUnit
  415. *.VisualState.xml
  416. TestResult.xml
  417. nunit-*.xml
  418. # Build Results of an ATL Project
  419. [Dd]ebugPS/
  420. [Rr]eleasePS/
  421. dlldata.c
  422. # Benchmark Results
  423. BenchmarkDotNet.Artifacts/
  424. # .NET Core
  425. project.lock.json
  426. project.fragment.lock.json
  427. artifacts/
  428. # ASP.NET Scaffolding
  429. ScaffoldingReadMe.txt
  430. # StyleCop
  431. StyleCopReport.xml
  432. # Files built by Visual Studio
  433. *_i.c
  434. *_p.c
  435. *_h.h
  436. *.ilk
  437. *.meta
  438. *.obj
  439. *.iobj
  440. *.pch
  441. *.pdb
  442. *.ipdb
  443. *.pgc
  444. *.pgd
  445. *.rsp
  446. *.sbr
  447. *.tlb
  448. *.tli
  449. *.tlh
  450. *.tmp
  451. *.tmp_proj
  452. *_wpftmp.csproj
  453. *.log
  454. *.tlog
  455. *.vspscc
  456. *.vssscc
  457. .builds
  458. *.pidb
  459. *.svclog
  460. *.scc
  461. # Chutzpah Test files
  462. _Chutzpah*
  463. # Visual C++ cache files
  464. ipch/
  465. *.aps
  466. *.ncb
  467. *.opendb
  468. *.opensdf
  469. *.sdf
  470. *.cachefile
  471. *.VC.db
  472. *.VC.VC.opendb
  473. # Visual Studio profiler
  474. *.psess
  475. *.vsp
  476. *.vspx
  477. *.sap
  478. # Visual Studio Trace Files
  479. *.e2e
  480. # TFS 2012 Local Workspace
  481. $tf/
  482. # Guidance Automation Toolkit
  483. *.gpState
  484. # ReSharper is a .NET coding add-in
  485. _ReSharper*/
  486. *.[Rr]e[Ss]harper
  487. *.DotSettings.user
  488. # TeamCity is a build add-in
  489. _TeamCity*
  490. # DotCover is a Code Coverage Tool
  491. *.dotCover
  492. # AxoCover is a Code Coverage Tool
  493. .axoCover/*
  494. !.axoCover/settings.json
  495. # Coverlet is a free, cross platform Code Coverage Tool
  496. coverage*.json
  497. coverage*.xml
  498. coverage*.info
  499. # Visual Studio code coverage results
  500. *.coverage
  501. *.coveragexml
  502. # NCrunch
  503. _NCrunch_*
  504. .*crunch*.local.xml
  505. nCrunchTemp_*
  506. # MightyMoose
  507. *.mm.*
  508. AutoTest.Net/
  509. # Web workbench (sass)
  510. .sass-cache/
  511. # Installshield output folder
  512. [Ee]xpress/
  513. # DocProject is a documentation generator add-in
  514. DocProject/buildhelp/
  515. DocProject/Help/*.HxT
  516. DocProject/Help/*.HxC
  517. DocProject/Help/*.hhc
  518. DocProject/Help/*.hhk
  519. DocProject/Help/*.hhp
  520. DocProject/Help/Html2
  521. DocProject/Help/html
  522. # Click-Once directory
  523. publish/
  524. # Publish Web Output
  525. *.[Pp]ublish.xml
  526. *.azurePubxml
  527. # Note: Comment the next line if you want to checkin your web deploy settings,
  528. # but database connection strings (with potential passwords) will be unencrypted
  529. *.pubxml
  530. *.publishproj
  531. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  532. # checkin your Azure Web App publish settings, but sensitive information contained
  533. # in these scripts will be unencrypted
  534. PublishScripts/
  535. # NuGet Packages
  536. *.nupkg
  537. # NuGet Symbol Packages
  538. *.snupkg
  539. # The packages folder can be ignored because of Package Restore
  540. **/[Pp]ackages/*
  541. # except build/, which is used as an MSBuild target.
  542. !**/[Pp]ackages/build/
  543. # Uncomment if necessary however generally it will be regenerated when needed
  544. #!**/[Pp]ackages/repositories.config
  545. # NuGet v3's project.json files produces more ignorable files
  546. *.nuget.props
  547. *.nuget.targets
  548. # Microsoft Azure Build Output
  549. csx/
  550. *.build.csdef
  551. # Microsoft Azure Emulator
  552. ecf/
  553. rcf/
  554. # Windows Store app package directories and files
  555. AppPackages/
  556. BundleArtifacts/
  557. Package.StoreAssociation.xml
  558. _pkginfo.txt
  559. *.appx
  560. *.appxbundle
  561. *.appxupload
  562. # Visual Studio cache files
  563. # files ending in .cache can be ignored
  564. *.[Cc]ache
  565. # but keep track of directories ending in .cache
  566. !?*.[Cc]ache/
  567. # Others
  568. ClientBin/
  569. ~$*
  570. *~
  571. *.dbmdl
  572. *.dbproj.schemaview
  573. *.jfm
  574. *.pfx
  575. *.publishsettings
  576. orleans.codegen.cs
  577. # Including strong name files can present a security risk
  578. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  579. #*.snk
  580. # Since there are multiple workflows, uncomment next line to ignore bower_components
  581. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  582. #bower_components/
  583. # RIA/Silverlight projects
  584. Generated_Code/
  585. # Backup & report files from converting an old project file
  586. # to a newer Visual Studio version. Backup files are not needed,
  587. # because we have git ;-)
  588. _UpgradeReport_Files/
  589. Backup*/
  590. UpgradeLog*.XML
  591. UpgradeLog*.htm
  592. ServiceFabricBackup/
  593. *.rptproj.bak
  594. # SQL Server files
  595. *.mdf
  596. *.ldf
  597. *.ndf
  598. # Business Intelligence projects
  599. *.rdl.data
  600. *.bim.layout
  601. *.bim_*.settings
  602. *.rptproj.rsuser
  603. *- [Bb]ackup.rdl
  604. *- [Bb]ackup ([0-9]).rdl
  605. *- [Bb]ackup ([0-9][0-9]).rdl
  606. # Microsoft Fakes
  607. FakesAssemblies/
  608. # GhostDoc plugin setting file
  609. *.GhostDoc.xml
  610. # Node.js Tools for Visual Studio
  611. .ntvs_analysis.dat
  612. node_modules/
  613. # Visual Studio 6 build log
  614. *.plg
  615. # Visual Studio 6 workspace options file
  616. *.opt
  617. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  618. *.vbw
  619. # Visual Studio 6 auto-generated project file (contains which files were open etc.)
  620. *.vbp
  621. # Visual Studio 6 workspace and project file (working project files containing files to include in project)
  622. *.dsw
  623. *.dsp
  624. # Visual Studio 6 technical files
  625. *.ncb
  626. *.aps
  627. # Visual Studio LightSwitch build output
  628. **/*.HTMLClient/GeneratedArtifacts
  629. **/*.DesktopClient/GeneratedArtifacts
  630. **/*.DesktopClient/ModelManifest.xml
  631. **/*.Server/GeneratedArtifacts
  632. **/*.Server/ModelManifest.xml
  633. _Pvt_Extensions
  634. # Paket dependency manager
  635. .paket/paket.exe
  636. paket-files/
  637. # FAKE - F# Make
  638. .fake/
  639. # CodeRush personal settings
  640. .cr/personal
  641. # Python Tools for Visual Studio (PTVS)
  642. __pycache__/
  643. *.pyc
  644. # Cake - Uncomment if you are using it
  645. # tools/**
  646. # !tools/packages.config
  647. # Tabs Studio
  648. *.tss
  649. # Telerik's JustMock configuration file
  650. *.jmconfig
  651. # BizTalk build output
  652. *.btp.cs
  653. *.btm.cs
  654. *.odx.cs
  655. *.xsd.cs
  656. # OpenCover UI analysis results
  657. OpenCover/
  658. # Azure Stream Analytics local run output
  659. ASALocalRun/
  660. # MSBuild Binary and Structured Log
  661. *.binlog
  662. # NVidia Nsight GPU debugger configuration file
  663. *.nvuser
  664. # MFractors (Xamarin productivity tool) working folder
  665. .mfractor/
  666. # Local History for Visual Studio
  667. .localhistory/
  668. # Visual Studio History (VSHistory) files
  669. .vshistory/
  670. # BeatPulse healthcheck temp database
  671. healthchecksdb
  672. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  673. MigrationBackup/
  674. # Ionide (cross platform F# VS Code tools) working folder
  675. .ionide/
  676. # Fody - auto-generated XML schema
  677. FodyWeavers.xsd
  678. # VS Code files for those working on multiple tools
  679. .vscode/*
  680. !.vscode/settings.json
  681. !.vscode/tasks.json
  682. !.vscode/launch.json
  683. !.vscode/extensions.json
  684. *.code-workspace
  685. # Local History for Visual Studio Code
  686. .history/
  687. # Windows Installer files from build outputs
  688. *.cab
  689. *.msi
  690. *.msix
  691. *.msm
  692. *.msp
  693. # JetBrains Rider
  694. *.sln.iml
  695. ### JetBrains+iml template
  696. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  697. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  698. # User-specific stuff
  699. .idea/**/workspace.xml
  700. .idea/**/tasks.xml
  701. .idea/**/usage.statistics.xml
  702. .idea/**/dictionaries
  703. .idea/**/shelf
  704. # AWS User-specific
  705. .idea/**/aws.xml
  706. # Generated files
  707. .idea/**/contentModel.xml
  708. # Sensitive or high-churn files
  709. .idea/**/dataSources/
  710. .idea/**/dataSources.ids
  711. .idea/**/dataSources.local.xml
  712. .idea/**/sqlDataSources.xml
  713. .idea/**/dynamic.xml
  714. .idea/**/uiDesigner.xml
  715. .idea/**/dbnavigator.xml
  716. # Gradle
  717. .idea/**/gradle.xml
  718. .idea/**/libraries
  719. # Gradle and Maven with auto-import
  720. # When using Gradle or Maven with auto-import, you should exclude module files,
  721. # since they will be recreated, and may cause churn. Uncomment if using
  722. # auto-import.
  723. # .idea/artifacts
  724. # .idea/compiler.xml
  725. # .idea/jarRepositories.xml
  726. # .idea/modules.xml
  727. # .idea/*.iml
  728. # .idea/modules
  729. # *.iml
  730. # *.ipr
  731. # CMake
  732. cmake-build-*/
  733. # Mongo Explorer plugin
  734. .idea/**/mongoSettings.xml
  735. # File-based project format
  736. *.iws
  737. # IntelliJ
  738. out/
  739. # mpeltonen/sbt-idea plugin
  740. .idea_modules/
  741. # JIRA plugin
  742. atlassian-ide-plugin.xml
  743. # Cursive Clojure plugin
  744. .idea/replstate.xml
  745. # SonarLint plugin
  746. .idea/sonarlint/
  747. # Crashlytics plugin (for Android Studio and IntelliJ)
  748. com_crashlytics_export_strings.xml
  749. crashlytics.properties
  750. crashlytics-build.properties
  751. fabric.properties
  752. # Editor-based Rest Client
  753. .idea/httpRequests
  754. # Android studio 3.1+ serialized cache file
  755. .idea/caches/build_file_checksums.ser
  756. ### Intellij+iml template
  757. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  758. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  759. # User-specific stuff
  760. .idea/**/workspace.xml
  761. .idea/**/tasks.xml
  762. .idea/**/usage.statistics.xml
  763. .idea/**/dictionaries
  764. .idea/**/shelf
  765. # AWS User-specific
  766. .idea/**/aws.xml
  767. # Generated files
  768. .idea/**/contentModel.xml
  769. # Sensitive or high-churn files
  770. .idea/**/dataSources/
  771. .idea/**/dataSources.ids
  772. .idea/**/dataSources.local.xml
  773. .idea/**/sqlDataSources.xml
  774. .idea/**/dynamic.xml
  775. .idea/**/uiDesigner.xml
  776. .idea/**/dbnavigator.xml
  777. # Gradle
  778. .idea/**/gradle.xml
  779. .idea/**/libraries
  780. # Gradle and Maven with auto-import
  781. # When using Gradle or Maven with auto-import, you should exclude module files,
  782. # since they will be recreated, and may cause churn. Uncomment if using
  783. # auto-import.
  784. # .idea/artifacts
  785. # .idea/compiler.xml
  786. # .idea/jarRepositories.xml
  787. # .idea/modules.xml
  788. # .idea/*.iml
  789. # .idea/modules
  790. # *.iml
  791. # *.ipr
  792. # CMake
  793. cmake-build-*/
  794. # Mongo Explorer plugin
  795. .idea/**/mongoSettings.xml
  796. # File-based project format
  797. *.iws
  798. # IntelliJ
  799. out/
  800. # mpeltonen/sbt-idea plugin
  801. .idea_modules/
  802. # JIRA plugin
  803. atlassian-ide-plugin.xml
  804. # Cursive Clojure plugin
  805. .idea/replstate.xml
  806. # SonarLint plugin
  807. .idea/sonarlint/
  808. # Crashlytics plugin (for Android Studio and IntelliJ)
  809. com_crashlytics_export_strings.xml
  810. crashlytics.properties
  811. crashlytics-build.properties
  812. fabric.properties
  813. # Editor-based Rest Client
  814. .idea/httpRequests
  815. # Android studio 3.1+ serialized cache file
  816. .idea/caches/build_file_checksums.ser
  817. /data/
  818. /test/