.gitignore 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652
  1. ### Intellij template
  2. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  3. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  4. # User-specific stuff
  5. .idea/**/workspace.xml
  6. .idea/**/tasks.xml
  7. .idea/**/usage.statistics.xml
  8. .idea/**/dictionaries
  9. .idea/**/shelf
  10. # AWS User-specific
  11. .idea/**/aws.xml
  12. # Generated files
  13. .idea/**/contentModel.xml
  14. # Sensitive or high-churn files
  15. .idea/**/dataSources/
  16. .idea/**/dataSources.ids
  17. .idea/**/dataSources.local.xml
  18. .idea/**/sqlDataSources.xml
  19. .idea/**/dynamic.xml
  20. .idea/**/uiDesigner.xml
  21. .idea/**/dbnavigator.xml
  22. # Gradle
  23. .idea/**/gradle.xml
  24. .idea/**/libraries
  25. # Gradle and Maven with auto-import
  26. # When using Gradle or Maven with auto-import, you should exclude module files,
  27. # since they will be recreated, and may cause churn. Uncomment if using
  28. # auto-import.
  29. # .idea/artifacts
  30. # .idea/compiler.xml
  31. # .idea/jarRepositories.xml
  32. # .idea/modules.xml
  33. # .idea/*.iml
  34. # .idea/modules
  35. # *.iml
  36. # *.ipr
  37. # CMake
  38. cmake-build-*/
  39. # Mongo Explorer plugin
  40. .idea/**/mongoSettings.xml
  41. # File-based project format
  42. *.iws
  43. # IntelliJ
  44. out/
  45. # mpeltonen/sbt-idea plugin
  46. .idea_modules/
  47. # JIRA plugin
  48. atlassian-ide-plugin.xml
  49. # Cursive Clojure plugin
  50. .idea/replstate.xml
  51. # SonarLint plugin
  52. .idea/sonarlint/
  53. # Crashlytics plugin (for Android Studio and IntelliJ)
  54. com_crashlytics_export_strings.xml
  55. crashlytics.properties
  56. crashlytics-build.properties
  57. fabric.properties
  58. # Editor-based Rest Client
  59. .idea/httpRequests
  60. # Android studio 3.1+ serialized cache file
  61. .idea/caches/build_file_checksums.ser
  62. ### VisualStudioCode template
  63. .vscode/*
  64. !.vscode/settings.json
  65. !.vscode/tasks.json
  66. !.vscode/launch.json
  67. !.vscode/extensions.json
  68. !.vscode/*.code-snippets
  69. # Local History for Visual Studio Code
  70. .history/
  71. # Built Visual Studio Code Extensions
  72. *.vsix
  73. ### Xcode template
  74. ## User settings
  75. xcuserdata/
  76. ## Xcode 8 and earlier
  77. *.xcscmblueprint
  78. *.xccheckout
  79. ### Intellij+all template
  80. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  81. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  82. # User-specific stuff
  83. # AWS User-specific
  84. # Generated files
  85. # Sensitive or high-churn files
  86. # Gradle
  87. # Gradle and Maven with auto-import
  88. # When using Gradle or Maven with auto-import, you should exclude module files,
  89. # since they will be recreated, and may cause churn. Uncomment if using
  90. # auto-import.
  91. # .idea/artifacts
  92. # .idea/compiler.xml
  93. # .idea/jarRepositories.xml
  94. # .idea/modules.xml
  95. # .idea/*.iml
  96. # .idea/modules
  97. # *.iml
  98. # *.ipr
  99. # CMake
  100. # Mongo Explorer plugin
  101. # File-based project format
  102. # IntelliJ
  103. # mpeltonen/sbt-idea plugin
  104. # JIRA plugin
  105. # Cursive Clojure plugin
  106. # SonarLint plugin
  107. # Crashlytics plugin (for Android Studio and IntelliJ)
  108. # Editor-based Rest Client
  109. # Android studio 3.1+ serialized cache file
  110. ### Eclipse template
  111. .metadata
  112. bin/
  113. tmp/
  114. *.tmp
  115. *.bak
  116. *.swp
  117. *~.nib
  118. local.properties
  119. .settings/
  120. .loadpath
  121. .recommenders
  122. # External tool builders
  123. .externalToolBuilders/
  124. # Locally stored "Eclipse launch configurations"
  125. *.launch
  126. # PyDev specific (Python IDE for Eclipse)
  127. *.pydevproject
  128. # CDT-specific (C/C++ Development Tooling)
  129. .cproject
  130. # CDT- autotools
  131. .autotools
  132. # Java annotation processor (APT)
  133. .factorypath
  134. # PDT-specific (PHP Development Tools)
  135. .buildpath
  136. # sbteclipse plugin
  137. .target
  138. # Tern plugin
  139. .tern-project
  140. # TeXlipse plugin
  141. .texlipse
  142. # STS (Spring Tool Suite)
  143. .springBeans
  144. # Code Recommenders
  145. .recommenders/
  146. # Annotation Processing
  147. .apt_generated/
  148. .apt_generated_test/
  149. # Scala IDE specific (Scala & Java development for Eclipse)
  150. .cache-main
  151. .scala_dependencies
  152. .worksheet
  153. # Uncomment this line if you wish to ignore the project description file.
  154. # Typically, this file would be tracked if it contains build/dependency configurations:
  155. #.project
  156. ### JetBrains+iml template
  157. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  158. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  159. # User-specific stuff
  160. # AWS User-specific
  161. # Generated files
  162. # Sensitive or high-churn files
  163. # Gradle
  164. # Gradle and Maven with auto-import
  165. # When using Gradle or Maven with auto-import, you should exclude module files,
  166. # since they will be recreated, and may cause churn. Uncomment if using
  167. # auto-import.
  168. # .idea/artifacts
  169. # .idea/compiler.xml
  170. # .idea/jarRepositories.xml
  171. # .idea/modules.xml
  172. # .idea/*.iml
  173. # .idea/modules
  174. # *.iml
  175. # *.ipr
  176. # CMake
  177. # Mongo Explorer plugin
  178. # File-based project format
  179. # IntelliJ
  180. # mpeltonen/sbt-idea plugin
  181. # JIRA plugin
  182. # Cursive Clojure plugin
  183. # SonarLint plugin
  184. # Crashlytics plugin (for Android Studio and IntelliJ)
  185. # Editor-based Rest Client
  186. # Android studio 3.1+ serialized cache file
  187. ### JetBrains+all template
  188. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  189. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  190. # User-specific stuff
  191. # AWS User-specific
  192. # Generated files
  193. # Sensitive or high-churn files
  194. # Gradle
  195. # Gradle and Maven with auto-import
  196. # When using Gradle or Maven with auto-import, you should exclude module files,
  197. # since they will be recreated, and may cause churn. Uncomment if using
  198. # auto-import.
  199. # .idea/artifacts
  200. # .idea/compiler.xml
  201. # .idea/jarRepositories.xml
  202. # .idea/modules.xml
  203. # .idea/*.iml
  204. # .idea/modules
  205. # *.iml
  206. # *.ipr
  207. # CMake
  208. # Mongo Explorer plugin
  209. # File-based project format
  210. # IntelliJ
  211. # mpeltonen/sbt-idea plugin
  212. # JIRA plugin
  213. # Cursive Clojure plugin
  214. # SonarLint plugin
  215. # Crashlytics plugin (for Android Studio and IntelliJ)
  216. # Editor-based Rest Client
  217. # Android studio 3.1+ serialized cache file
  218. ### JetBrains template
  219. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  220. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  221. # User-specific stuff
  222. # AWS User-specific
  223. # Generated files
  224. # Sensitive or high-churn files
  225. # Gradle
  226. # Gradle and Maven with auto-import
  227. # When using Gradle or Maven with auto-import, you should exclude module files,
  228. # since they will be recreated, and may cause churn. Uncomment if using
  229. # auto-import.
  230. # .idea/artifacts
  231. # .idea/compiler.xml
  232. # .idea/jarRepositories.xml
  233. # .idea/modules.xml
  234. # .idea/*.iml
  235. # .idea/modules
  236. # *.iml
  237. # *.ipr
  238. # CMake
  239. # Mongo Explorer plugin
  240. # File-based project format
  241. # IntelliJ
  242. # mpeltonen/sbt-idea plugin
  243. # JIRA plugin
  244. # Cursive Clojure plugin
  245. # SonarLint plugin
  246. # Crashlytics plugin (for Android Studio and IntelliJ)
  247. # Editor-based Rest Client
  248. # Android studio 3.1+ serialized cache file
  249. ### Example user template template
  250. ### Example user template
  251. # IntelliJ project files
  252. .idea
  253. *.iml
  254. out
  255. gen
  256. ### VisualStudio template
  257. ## Ignore Visual Studio temporary files, build results, and
  258. ## files generated by popular Visual Studio add-ons.
  259. ##
  260. ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
  261. # User-specific files
  262. *.rsuser
  263. *.suo
  264. *.user
  265. *.userosscache
  266. *.sln.docstates
  267. # User-specific files (MonoDevelop/Xamarin Studio)
  268. *.userprefs
  269. # Mono auto generated files
  270. mono_crash.*
  271. # Build results
  272. [Dd]ebug/
  273. [Dd]ebugPublic/
  274. [Rr]elease/
  275. [Rr]eleases/
  276. x64/
  277. x86/
  278. [Ww][Ii][Nn]32/
  279. [Aa][Rr][Mm]/
  280. [Aa][Rr][Mm]64/
  281. bld/
  282. [Bb]in/
  283. [Oo]bj/
  284. [Ll]og/
  285. [Ll]ogs/
  286. # Visual Studio 2015/2017 cache/options directory
  287. .vs/
  288. # Uncomment if you have tasks that create the project's static files in wwwroot
  289. #wwwroot/
  290. # Visual Studio 2017 auto generated files
  291. Generated\ Files/
  292. # MSTest test Results
  293. [Tt]est[Rr]esult*/
  294. [Bb]uild[Ll]og.*
  295. # NUnit
  296. *.VisualState.xml
  297. TestResult.xml
  298. nunit-*.xml
  299. # Build Results of an ATL Project
  300. [Dd]ebugPS/
  301. [Rr]eleasePS/
  302. dlldata.c
  303. # Benchmark Results
  304. BenchmarkDotNet.Artifacts/
  305. # .NET Core
  306. project.lock.json
  307. project.fragment.lock.json
  308. artifacts/
  309. # ASP.NET Scaffolding
  310. ScaffoldingReadMe.txt
  311. # StyleCop
  312. StyleCopReport.xml
  313. # Files built by Visual Studio
  314. *_i.c
  315. *_p.c
  316. *_h.h
  317. *.ilk
  318. *.meta
  319. *.obj
  320. *.iobj
  321. *.pch
  322. *.pdb
  323. *.ipdb
  324. *.pgc
  325. *.pgd
  326. *.rsp
  327. *.sbr
  328. *.tlb
  329. *.tli
  330. *.tlh
  331. *.tmp_proj
  332. *_wpftmp.csproj
  333. *.log
  334. *.tlog
  335. *.vspscc
  336. *.vssscc
  337. .builds
  338. *.pidb
  339. *.svclog
  340. *.scc
  341. # Chutzpah Test files
  342. _Chutzpah*
  343. # Visual C++ cache files
  344. ipch/
  345. *.aps
  346. *.ncb
  347. *.opendb
  348. *.opensdf
  349. *.sdf
  350. *.cachefile
  351. *.VC.db
  352. *.VC.VC.opendb
  353. # Visual Studio profiler
  354. *.psess
  355. *.vsp
  356. *.vspx
  357. *.sap
  358. # Visual Studio Trace Files
  359. *.e2e
  360. # TFS 2012 Local Workspace
  361. $tf/
  362. # Guidance Automation Toolkit
  363. *.gpState
  364. # ReSharper is a .NET coding add-in
  365. _ReSharper*/
  366. *.[Rr]e[Ss]harper
  367. *.DotSettings.user
  368. # TeamCity is a build add-in
  369. _TeamCity*
  370. # DotCover is a Code Coverage Tool
  371. *.dotCover
  372. # AxoCover is a Code Coverage Tool
  373. .axoCover/*
  374. !.axoCover/settings.json
  375. # Coverlet is a free, cross platform Code Coverage Tool
  376. coverage*.json
  377. coverage*.xml
  378. coverage*.info
  379. # Visual Studio code coverage results
  380. *.coverage
  381. *.coveragexml
  382. # NCrunch
  383. _NCrunch_*
  384. .*crunch*.local.xml
  385. nCrunchTemp_*
  386. # MightyMoose
  387. *.mm.*
  388. AutoTest.Net/
  389. # Web workbench (sass)
  390. .sass-cache/
  391. # Installshield output folder
  392. [Ee]xpress/
  393. # DocProject is a documentation generator add-in
  394. DocProject/buildhelp/
  395. DocProject/Help/*.HxT
  396. DocProject/Help/*.HxC
  397. DocProject/Help/*.hhc
  398. DocProject/Help/*.hhk
  399. DocProject/Help/*.hhp
  400. DocProject/Help/Html2
  401. DocProject/Help/html
  402. # Click-Once directory
  403. publish/
  404. # Publish Web Output
  405. *.[Pp]ublish.xml
  406. *.azurePubxml
  407. # Note: Comment the next line if you want to checkin your web deploy settings,
  408. # but database connection strings (with potential passwords) will be unencrypted
  409. *.pubxml
  410. *.publishproj
  411. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  412. # checkin your Azure Web App publish settings, but sensitive information contained
  413. # in these scripts will be unencrypted
  414. PublishScripts/
  415. # NuGet Packages
  416. *.nupkg
  417. # NuGet Symbol Packages
  418. *.snupkg
  419. # The packages folder can be ignored because of Package Restore
  420. **/[Pp]ackages/*
  421. # except build/, which is used as an MSBuild target.
  422. !**/[Pp]ackages/build/
  423. # Uncomment if necessary however generally it will be regenerated when needed
  424. #!**/[Pp]ackages/repositories.config
  425. # NuGet v3's project.json files produces more ignorable files
  426. *.nuget.props
  427. *.nuget.targets
  428. # Microsoft Azure Build Output
  429. csx/
  430. *.build.csdef
  431. # Microsoft Azure Emulator
  432. ecf/
  433. rcf/
  434. # Windows Store app package directories and files
  435. AppPackages/
  436. BundleArtifacts/
  437. Package.StoreAssociation.xml
  438. _pkginfo.txt
  439. *.appx
  440. *.appxbundle
  441. *.appxupload
  442. # Visual Studio cache files
  443. # files ending in .cache can be ignored
  444. *.[Cc]ache
  445. # but keep track of directories ending in .cache
  446. !?*.[Cc]ache/
  447. # Others
  448. ClientBin/
  449. ~$*
  450. *~
  451. *.dbmdl
  452. *.dbproj.schemaview
  453. *.jfm
  454. *.pfx
  455. *.publishsettings
  456. orleans.codegen.cs
  457. # Including strong name files can present a security risk
  458. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  459. #*.snk
  460. # Since there are multiple workflows, uncomment next line to ignore bower_components
  461. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  462. #bower_components/
  463. # RIA/Silverlight projects
  464. Generated_Code/
  465. # Backup & report files from converting an old project file
  466. # to a newer Visual Studio version. Backup files are not needed,
  467. # because we have git ;-)
  468. _UpgradeReport_Files/
  469. Backup*/
  470. UpgradeLog*.XML
  471. UpgradeLog*.htm
  472. ServiceFabricBackup/
  473. *.rptproj.bak
  474. # SQL Server files
  475. *.mdf
  476. *.ldf
  477. *.ndf
  478. # Business Intelligence projects
  479. *.rdl.data
  480. *.bim.layout
  481. *.bim_*.settings
  482. *.rptproj.rsuser
  483. *- [Bb]ackup.rdl
  484. *- [Bb]ackup ([0-9]).rdl
  485. *- [Bb]ackup ([0-9][0-9]).rdl
  486. # Microsoft Fakes
  487. FakesAssemblies/
  488. # GhostDoc plugin setting file
  489. *.GhostDoc.xml
  490. # Node.js Tools for Visual Studio
  491. .ntvs_analysis.dat
  492. node_modules/
  493. # Visual Studio 6 build log
  494. *.plg
  495. # Visual Studio 6 workspace options file
  496. *.opt
  497. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  498. *.vbw
  499. # Visual Studio 6 auto-generated project file (contains which files were open etc.)
  500. *.vbp
  501. # Visual Studio 6 workspace and project file (working project files containing files to include in project)
  502. *.dsw
  503. *.dsp
  504. # Visual Studio 6 technical files
  505. # Visual Studio LightSwitch build output
  506. **/*.HTMLClient/GeneratedArtifacts
  507. **/*.DesktopClient/GeneratedArtifacts
  508. **/*.DesktopClient/ModelManifest.xml
  509. **/*.Server/GeneratedArtifacts
  510. **/*.Server/ModelManifest.xml
  511. _Pvt_Extensions
  512. # Paket dependency manager
  513. .paket/paket.exe
  514. paket-files/
  515. # FAKE - F# Make
  516. .fake/
  517. # CodeRush personal settings
  518. .cr/personal
  519. # Python Tools for Visual Studio (PTVS)
  520. __pycache__/
  521. *.pyc
  522. # Cake - Uncomment if you are using it
  523. # tools/**
  524. # !tools/packages.config
  525. # Tabs Studio
  526. *.tss
  527. # Telerik's JustMock configuration file
  528. *.jmconfig
  529. # BizTalk build output
  530. *.btp.cs
  531. *.btm.cs
  532. *.odx.cs
  533. *.xsd.cs
  534. # OpenCover UI analysis results
  535. OpenCover/
  536. # Azure Stream Analytics local run output
  537. ASALocalRun/
  538. # MSBuild Binary and Structured Log
  539. *.binlog
  540. # NVidia Nsight GPU debugger configuration file
  541. *.nvuser
  542. # MFractors (Xamarin productivity tool) working folder
  543. .mfractor/
  544. # Local History for Visual Studio
  545. .localhistory/
  546. # Visual Studio History (VSHistory) files
  547. .vshistory/
  548. # BeatPulse healthcheck temp database
  549. healthchecksdb
  550. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  551. MigrationBackup/
  552. # Ionide (cross platform F# VS Code tools) working folder
  553. .ionide/
  554. # Fody - auto-generated XML schema
  555. FodyWeavers.xsd
  556. # VS Code files for those working on multiple tools
  557. *.code-workspace
  558. # Local History for Visual Studio Code
  559. # Windows Installer files from build outputs
  560. *.cab
  561. *.msi
  562. *.msix
  563. *.msm
  564. *.msp
  565. # JetBrains Rider
  566. *.sln.iml
  567. ### macOS template
  568. # General
  569. .DS_Store
  570. .AppleDouble
  571. .LSOverride
  572. # Icon must end with two \r
  573. Icon
  574. # Thumbnails
  575. ._*
  576. # Files that might appear in the root of a volume
  577. .DocumentRevisions-V100
  578. .fseventsd
  579. .Spotlight-V100
  580. .TemporaryItems
  581. .Trashes
  582. .VolumeIcon.icns
  583. .com.apple.timemachine.donotpresent
  584. # Directories potentially created on remote AFP share
  585. .AppleDB
  586. .AppleDesktop
  587. Network Trash Folder
  588. Temporary Items
  589. .apdisk
  590. ### Python template
  591. # Byte-compiled / optimized / DLL files
  592. *.py[cod]
  593. *$py.class
  594. # C extensions
  595. *.so
  596. # Distribution / packaging
  597. .Python
  598. build/
  599. develop-eggs/
  600. dist/
  601. downloads/
  602. eggs/
  603. .eggs/
  604. lib/
  605. lib64/
  606. parts/
  607. sdist/
  608. var/
  609. wheels/
  610. share/python-wheels/
  611. *.egg-info/
  612. .installed.cfg
  613. *.egg
  614. MANIFEST
  615. # PyInstaller
  616. # Usually these files are written by a python script from a template
  617. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  618. *.manifest
  619. *.spec
  620. # Installer logs
  621. pip-log.txt
  622. pip-delete-this-directory.txt
  623. # Unit test / coverage reports
  624. htmlcov/
  625. .tox/
  626. .nox/
  627. .coverage
  628. .coverage.*
  629. .cache
  630. nosetests.xml
  631. coverage.xml
  632. *.cover
  633. *.py,cover
  634. .hypothesis/
  635. .pytest_cache/
  636. cover/
  637. # Translations
  638. *.mo
  639. *.pot
  640. # Django stuff:
  641. local_settings.py
  642. db.sqlite3
  643. db.sqlite3-journal
  644. # Flask stuff:
  645. instance/
  646. .webassets-cache
  647. # Scrapy stuff:
  648. .scrapy
  649. # Sphinx documentation
  650. docs/_build/
  651. # PyBuilder
  652. .pybuilder/
  653. target/
  654. # Jupyter Notebook
  655. .ipynb_checkpoints
  656. # IPython
  657. profile_default/
  658. ipython_config.py
  659. # pyenv
  660. # For a library or package, you might want to ignore these files since the code is
  661. # intended to run in multiple environments; otherwise, check them in:
  662. # .python-version
  663. # pipenv
  664. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  665. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  666. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  667. # install all needed dependencies.
  668. #Pipfile.lock
  669. # poetry
  670. # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
  671. # This is especially recommended for binary packages to ensure reproducibility, and is more
  672. # commonly ignored for libraries.
  673. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
  674. #poetry.lock
  675. # pdm
  676. # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
  677. #pdm.lock
  678. # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
  679. # in version control.
  680. # https://pdm.fming.dev/#use-with-ide
  681. .pdm.toml
  682. # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
  683. __pypackages__/
  684. # Celery stuff
  685. celerybeat-schedule
  686. celerybeat.pid
  687. # SageMath parsed files
  688. *.sage.py
  689. # Environments
  690. .env
  691. .venv
  692. env/
  693. venv/
  694. ENV/
  695. env.bak/
  696. venv.bak/
  697. # Spyder project settings
  698. .spyderproject
  699. .spyproject
  700. # Rope project settings
  701. .ropeproject
  702. # mkdocs documentation
  703. /site
  704. # mypy
  705. .mypy_cache/
  706. .dmypy.json
  707. dmypy.json
  708. # Pyre type checker
  709. .pyre/
  710. # pytype static type analyzer
  711. .pytype/
  712. # Cython debug symbols
  713. cython_debug/
  714. # PyCharm
  715. # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
  716. # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  717. # and can be added to the global gitignore or merged into this file. For a more nuclear
  718. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
  719. #.idea/
  720. ### Intellij+iml template
  721. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  722. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  723. # User-specific stuff
  724. # AWS User-specific
  725. # Generated files
  726. # Sensitive or high-churn files
  727. # Gradle
  728. # Gradle and Maven with auto-import
  729. # When using Gradle or Maven with auto-import, you should exclude module files,
  730. # since they will be recreated, and may cause churn. Uncomment if using
  731. # auto-import.
  732. # .idea/artifacts
  733. # .idea/compiler.xml
  734. # .idea/jarRepositories.xml
  735. # .idea/modules.xml
  736. # .idea/*.iml
  737. # .idea/modules
  738. # *.iml
  739. # *.ipr
  740. # CMake
  741. # Mongo Explorer plugin
  742. # File-based project format
  743. # IntelliJ
  744. # mpeltonen/sbt-idea plugin
  745. # JIRA plugin
  746. # Cursive Clojure plugin
  747. # SonarLint plugin
  748. # Crashlytics plugin (for Android Studio and IntelliJ)
  749. # Editor-based Rest Client
  750. # Android studio 3.1+ serialized cache file
  751. ### Intellij template
  752. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  753. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  754. # User-specific stuff
  755. # AWS User-specific
  756. # Generated files
  757. # Sensitive or high-churn files
  758. # Gradle
  759. # Gradle and Maven with auto-import
  760. # When using Gradle or Maven with auto-import, you should exclude module files,
  761. # since they will be recreated, and may cause churn. Uncomment if using
  762. # auto-import.
  763. # .idea/artifacts
  764. # .idea/compiler.xml
  765. # .idea/jarRepositories.xml
  766. # .idea/modules.xml
  767. # .idea/*.iml
  768. # .idea/modules
  769. # *.iml
  770. # *.ipr
  771. # CMake
  772. # Mongo Explorer plugin
  773. # File-based project format
  774. # IntelliJ
  775. # mpeltonen/sbt-idea plugin
  776. # JIRA plugin
  777. # Cursive Clojure plugin
  778. # SonarLint plugin
  779. # Crashlytics plugin (for Android Studio and IntelliJ)
  780. # Editor-based Rest Client
  781. # Android studio 3.1+ serialized cache file
  782. ### VisualStudioCode template
  783. # Local History for Visual Studio Code
  784. # Built Visual Studio Code Extensions
  785. ### Xcode template
  786. ## User settings
  787. ### Intellij+all template
  788. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  789. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  790. # User-specific stuff
  791. # AWS User-specific
  792. # Generated files
  793. # Sensitive or high-churn files
  794. # Gradle
  795. # Gradle and Maven with auto-import
  796. # When using Gradle or Maven with auto-import, you should exclude module files,
  797. # since they will be recreated, and may cause churn. Uncomment if using
  798. # auto-import.
  799. # .idea/artifacts
  800. # .idea/compiler.xml
  801. # .idea/jarRepositories.xml
  802. # .idea/modules.xml
  803. # .idea/*.iml
  804. # .idea/modules
  805. # *.iml
  806. # *.ipr
  807. # CMake
  808. # Mongo Explorer plugin
  809. # File-based project format
  810. # IntelliJ
  811. # mpeltonen/sbt-idea plugin
  812. # JIRA plugin
  813. # Cursive Clojure plugin
  814. # SonarLint plugin
  815. # Crashlytics plugin (for Android Studio and IntelliJ)
  816. # Editor-based Rest Client
  817. # Android studio 3.1+ serialized cache file
  818. ### XcodeInjection template
  819. # Code Injection
  820. #
  821. # After new code Injection tools there's a generated folder /iOSInjectionProject
  822. # https://github.com/johnno1962/injectionforxcode
  823. iOSInjectionProject/
  824. ### Windows template
  825. # Windows thumbnail cache files
  826. Thumbs.db
  827. Thumbs.db:encryptable
  828. ehthumbs.db
  829. ehthumbs_vista.db
  830. # Dump file
  831. *.stackdump
  832. # Folder config file
  833. [Dd]esktop.ini
  834. # Recycle Bin used on file shares
  835. $RECYCLE.BIN/
  836. # Windows Installer files
  837. # Windows shortcuts
  838. *.lnk
  839. ### JetBrains+iml template
  840. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  841. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  842. # User-specific stuff
  843. # AWS User-specific
  844. # Generated files
  845. # Sensitive or high-churn files
  846. # Gradle
  847. # Gradle and Maven with auto-import
  848. # When using Gradle or Maven with auto-import, you should exclude module files,
  849. # since they will be recreated, and may cause churn. Uncomment if using
  850. # auto-import.
  851. # .idea/artifacts
  852. # .idea/compiler.xml
  853. # .idea/jarRepositories.xml
  854. # .idea/modules.xml
  855. # .idea/*.iml
  856. # .idea/modules
  857. # *.iml
  858. # *.ipr
  859. # CMake
  860. # Mongo Explorer plugin
  861. # File-based project format
  862. # IntelliJ
  863. # mpeltonen/sbt-idea plugin
  864. # JIRA plugin
  865. # Cursive Clojure plugin
  866. # SonarLint plugin
  867. # Crashlytics plugin (for Android Studio and IntelliJ)
  868. # Editor-based Rest Client
  869. # Android studio 3.1+ serialized cache file
  870. ### SublimeText template
  871. # Cache files for Sublime Text
  872. *.tmlanguage.cache
  873. *.tmPreferences.cache
  874. *.stTheme.cache
  875. # Workspace files are user-specific
  876. *.sublime-workspace
  877. # Project files should be checked into the repository, unless a significant
  878. # proportion of contributors will probably not be using Sublime Text
  879. # *.sublime-project
  880. # SFTP configuration file
  881. sftp-config.json
  882. sftp-config-alt*.json
  883. # Package control specific files
  884. Package Control.last-run
  885. Package Control.ca-list
  886. Package Control.ca-bundle
  887. Package Control.system-ca-bundle
  888. Package Control.cache/
  889. Package Control.ca-certs/
  890. Package Control.merged-ca-bundle
  891. Package Control.user-ca-bundle
  892. oscrypto-ca-bundle.crt
  893. bh_unicode_properties.cache
  894. # Sublime-github package stores a github token in this file
  895. # https://packagecontrol.io/packages/sublime-github
  896. GitHub.sublime-settings
  897. ### JetBrains+all template
  898. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  899. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  900. # User-specific stuff
  901. # AWS User-specific
  902. # Generated files
  903. # Sensitive or high-churn files
  904. # Gradle
  905. # Gradle and Maven with auto-import
  906. # When using Gradle or Maven with auto-import, you should exclude module files,
  907. # since they will be recreated, and may cause churn. Uncomment if using
  908. # auto-import.
  909. # .idea/artifacts
  910. # .idea/compiler.xml
  911. # .idea/jarRepositories.xml
  912. # .idea/modules.xml
  913. # .idea/*.iml
  914. # .idea/modules
  915. # *.iml
  916. # *.ipr
  917. # CMake
  918. # Mongo Explorer plugin
  919. # File-based project format
  920. # IntelliJ
  921. # mpeltonen/sbt-idea plugin
  922. # JIRA plugin
  923. # Cursive Clojure plugin
  924. # SonarLint plugin
  925. # Crashlytics plugin (for Android Studio and IntelliJ)
  926. # Editor-based Rest Client
  927. # Android studio 3.1+ serialized cache file
  928. ### Spreadsheet template
  929. *.xlr
  930. *.xls
  931. *.xlsx
  932. ### JetBrains template
  933. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  934. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  935. # User-specific stuff
  936. # AWS User-specific
  937. # Generated files
  938. # Sensitive or high-churn files
  939. # Gradle
  940. # Gradle and Maven with auto-import
  941. # When using Gradle or Maven with auto-import, you should exclude module files,
  942. # since they will be recreated, and may cause churn. Uncomment if using
  943. # auto-import.
  944. # .idea/artifacts
  945. # .idea/compiler.xml
  946. # .idea/jarRepositories.xml
  947. # .idea/modules.xml
  948. # .idea/*.iml
  949. # .idea/modules
  950. # *.iml
  951. # *.ipr
  952. # CMake
  953. # Mongo Explorer plugin
  954. # File-based project format
  955. # IntelliJ
  956. # mpeltonen/sbt-idea plugin
  957. # JIRA plugin
  958. # Cursive Clojure plugin
  959. # SonarLint plugin
  960. # Crashlytics plugin (for Android Studio and IntelliJ)
  961. # Editor-based Rest Client
  962. # Android studio 3.1+ serialized cache file
  963. ### Example user template template
  964. ### Example user template
  965. # IntelliJ project files
  966. ### VisualStudio template
  967. ## Ignore Visual Studio temporary files, build results, and
  968. ## files generated by popular Visual Studio add-ons.
  969. ##
  970. ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
  971. # User-specific files
  972. # User-specific files (MonoDevelop/Xamarin Studio)
  973. # Mono auto generated files
  974. # Build results
  975. # Visual Studio 2015/2017 cache/options directory
  976. # Uncomment if you have tasks that create the project's static files in wwwroot
  977. #wwwroot/
  978. # Visual Studio 2017 auto generated files
  979. # MSTest test Results
  980. # NUnit
  981. # Build Results of an ATL Project
  982. # Benchmark Results
  983. # .NET Core
  984. # ASP.NET Scaffolding
  985. # StyleCop
  986. # Files built by Visual Studio
  987. # Chutzpah Test files
  988. # Visual C++ cache files
  989. # Visual Studio profiler
  990. # Visual Studio Trace Files
  991. # TFS 2012 Local Workspace
  992. # Guidance Automation Toolkit
  993. # ReSharper is a .NET coding add-in
  994. # TeamCity is a build add-in
  995. # DotCover is a Code Coverage Tool
  996. # AxoCover is a Code Coverage Tool
  997. # Coverlet is a free, cross platform Code Coverage Tool
  998. # Visual Studio code coverage results
  999. # NCrunch
  1000. # MightyMoose
  1001. # Web workbench (sass)
  1002. # Installshield output folder
  1003. # DocProject is a documentation generator add-in
  1004. # Click-Once directory
  1005. # Publish Web Output
  1006. # Note: Comment the next line if you want to checkin your web deploy settings,
  1007. # but database connection strings (with potential passwords) will be unencrypted
  1008. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  1009. # checkin your Azure Web App publish settings, but sensitive information contained
  1010. # in these scripts will be unencrypted
  1011. # NuGet Packages
  1012. # NuGet Symbol Packages
  1013. # The packages folder can be ignored because of Package Restore
  1014. # except build/, which is used as an MSBuild target.
  1015. # Uncomment if necessary however generally it will be regenerated when needed
  1016. #!**/[Pp]ackages/repositories.config
  1017. # NuGet v3's project.json files produces more ignorable files
  1018. # Microsoft Azure Build Output
  1019. # Microsoft Azure Emulator
  1020. # Windows Store app package directories and files
  1021. # Visual Studio cache files
  1022. # files ending in .cache can be ignored
  1023. # but keep track of directories ending in .cache
  1024. # Others
  1025. # Including strong name files can present a security risk
  1026. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  1027. #*.snk
  1028. # Since there are multiple workflows, uncomment next line to ignore bower_components
  1029. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  1030. #bower_components/
  1031. # RIA/Silverlight projects
  1032. # Backup & report files from converting an old project file
  1033. # to a newer Visual Studio version. Backup files are not needed,
  1034. # because we have git ;-)
  1035. # SQL Server files
  1036. # Business Intelligence projects
  1037. # Microsoft Fakes
  1038. # GhostDoc plugin setting file
  1039. # Node.js Tools for Visual Studio
  1040. # Visual Studio 6 build log
  1041. # Visual Studio 6 workspace options file
  1042. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  1043. # Visual Studio 6 auto-generated project file (contains which files were open etc.)
  1044. # Visual Studio 6 workspace and project file (working project files containing files to include in project)
  1045. # Visual Studio 6 technical files
  1046. # Visual Studio LightSwitch build output
  1047. # Paket dependency manager
  1048. # FAKE - F# Make
  1049. # CodeRush personal settings
  1050. # Python Tools for Visual Studio (PTVS)
  1051. # Cake - Uncomment if you are using it
  1052. # tools/**
  1053. # !tools/packages.config
  1054. # Tabs Studio
  1055. # Telerik's JustMock configuration file
  1056. # BizTalk build output
  1057. # OpenCover UI analysis results
  1058. # Azure Stream Analytics local run output
  1059. # MSBuild Binary and Structured Log
  1060. # NVidia Nsight GPU debugger configuration file
  1061. # MFractors (Xamarin productivity tool) working folder
  1062. # Local History for Visual Studio
  1063. # Visual Studio History (VSHistory) files
  1064. # BeatPulse healthcheck temp database
  1065. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  1066. # Ionide (cross platform F# VS Code tools) working folder
  1067. # Fody - auto-generated XML schema
  1068. # VS Code files for those working on multiple tools
  1069. # Local History for Visual Studio Code
  1070. # Windows Installer files from build outputs
  1071. # JetBrains Rider
  1072. ### macOS template
  1073. # General
  1074. # Icon must end with two \r
  1075. # Thumbnails
  1076. # Files that might appear in the root of a volume
  1077. # Directories potentially created on remote AFP share
  1078. ### Intellij+iml template
  1079. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  1080. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  1081. # User-specific stuff
  1082. # AWS User-specific
  1083. # Generated files
  1084. # Sensitive or high-churn files
  1085. # Gradle
  1086. # Gradle and Maven with auto-import
  1087. # When using Gradle or Maven with auto-import, you should exclude module files,
  1088. # since they will be recreated, and may cause churn. Uncomment if using
  1089. # auto-import.
  1090. # .idea/artifacts
  1091. # .idea/compiler.xml
  1092. # .idea/jarRepositories.xml
  1093. # .idea/modules.xml
  1094. # .idea/*.iml
  1095. # .idea/modules
  1096. # *.iml
  1097. # *.ipr
  1098. # CMake
  1099. # Mongo Explorer plugin
  1100. # File-based project format
  1101. # IntelliJ
  1102. # mpeltonen/sbt-idea plugin
  1103. # JIRA plugin
  1104. # Cursive Clojure plugin
  1105. # SonarLint plugin
  1106. # Crashlytics plugin (for Android Studio and IntelliJ)
  1107. # Editor-based Rest Client
  1108. # Android studio 3.1+ serialized cache file
  1109. ### Python template
  1110. # Byte-compiled / optimized / DLL files
  1111. # C extensions
  1112. # Distribution / packaging
  1113. # PyInstaller
  1114. # Usually these files are written by a python script from a template
  1115. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  1116. # Installer logs
  1117. # Unit test / coverage reports
  1118. # Translations
  1119. # Django stuff:
  1120. # Flask stuff:
  1121. # Scrapy stuff:
  1122. # Sphinx documentation
  1123. # PyBuilder
  1124. # Jupyter Notebook
  1125. # IPython
  1126. # pyenv
  1127. # For a library or package, you might want to ignore these files since the code is
  1128. # intended to run in multiple environments; otherwise, check them in:
  1129. # .python-version
  1130. # pipenv
  1131. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  1132. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  1133. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  1134. # install all needed dependencies.
  1135. #Pipfile.lock
  1136. # poetry
  1137. # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
  1138. # This is especially recommended for binary packages to ensure reproducibility, and is more
  1139. # commonly ignored for libraries.
  1140. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
  1141. #poetry.lock
  1142. # pdm
  1143. # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
  1144. #pdm.lock
  1145. # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
  1146. # in version control.
  1147. # https://pdm.fming.dev/#use-with-ide
  1148. # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
  1149. # Celery stuff
  1150. # SageMath parsed files
  1151. # Environments
  1152. # Spyder project settings
  1153. # Rope project settings
  1154. # mkdocs documentation
  1155. # mypy
  1156. # Pyre type checker
  1157. # pytype static type analyzer
  1158. # Cython debug symbols
  1159. # PyCharm
  1160. # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
  1161. # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  1162. # and can be added to the global gitignore or merged into this file. For a more nuclear
  1163. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
  1164. #.idea/
  1165. *.csv