.gitignore 11 KB

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