.gitignore 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. ##
  4. ## Get latest from `dotnet new gitignore`
  5. # dotenv files
  6. .env
  7. # User-specific files
  8. *.rsuser
  9. *.suo
  10. *.user
  11. *.userosscache
  12. *.sln.docstates
  13. # User-specific files (MonoDevelop/Xamarin Studio)
  14. *.userprefs
  15. # Mono auto generated files
  16. mono_crash.*
  17. # Build results
  18. [Dd]ebug/
  19. [Dd]ebugPublic/
  20. [Rr]elease/
  21. [Rr]eleases/
  22. x64/
  23. x86/
  24. [Ww][Ii][Nn]32/
  25. [Aa][Rr][Mm]/
  26. [Aa][Rr][Mm]64/
  27. bld/
  28. [Bb]in/
  29. [Oo]bj/
  30. [Ll]og/
  31. [Ll]ogs/
  32. # Visual Studio 2015/2017 cache/options directory
  33. .vs/
  34. # Uncomment if you have tasks that create the project's static files in wwwroot
  35. #wwwroot/
  36. # Visual Studio 2017 auto generated files
  37. Generated\ Files/
  38. # MSTest test Results
  39. [Tt]est[Rr]esult*/
  40. [Bb]uild[Ll]og.*
  41. # NUnit
  42. *.VisualState.xml
  43. TestResult.xml
  44. nunit-*.xml
  45. # Build Results of an ATL Project
  46. [Dd]ebugPS/
  47. [Rr]eleasePS/
  48. dlldata.c
  49. # Benchmark Results
  50. BenchmarkDotNet.Artifacts/
  51. # .NET
  52. project.lock.json
  53. project.fragment.lock.json
  54. artifacts/
  55. # Tye
  56. .tye/
  57. # ASP.NET Scaffolding
  58. ScaffoldingReadMe.txt
  59. # StyleCop
  60. StyleCopReport.xml
  61. # Files built by Visual Studio
  62. *_i.c
  63. *_p.c
  64. *_h.h
  65. *.ilk
  66. *.meta
  67. *.obj
  68. *.iobj
  69. *.pch
  70. *.pdb
  71. *.ipdb
  72. *.pgc
  73. *.pgd
  74. *.rsp
  75. *.sbr
  76. *.tlb
  77. *.tli
  78. *.tlh
  79. *.tmp
  80. *.tmp_proj
  81. *_wpftmp.csproj
  82. *.log
  83. *.tlog
  84. *.vspscc
  85. *.vssscc
  86. .builds
  87. *.pidb
  88. *.svclog
  89. *.scc
  90. # Chutzpah Test files
  91. _Chutzpah*
  92. # Visual C++ cache files
  93. ipch/
  94. *.aps
  95. *.ncb
  96. *.opendb
  97. *.opensdf
  98. *.sdf
  99. *.cachefile
  100. *.VC.db
  101. *.VC.VC.opendb
  102. # Visual Studio profiler
  103. *.psess
  104. *.vsp
  105. *.vspx
  106. *.sap
  107. # Visual Studio Trace Files
  108. *.e2e
  109. # TFS 2012 Local Workspace
  110. $tf/
  111. # Guidance Automation Toolkit
  112. *.gpState
  113. # ReSharper is a .NET coding add-in
  114. _ReSharper*/
  115. *.[Rr]e[Ss]harper
  116. *.DotSettings.user
  117. # TeamCity is a build add-in
  118. _TeamCity*
  119. # DotCover is a Code Coverage Tool
  120. *.dotCover
  121. # AxoCover is a Code Coverage Tool
  122. .axoCover/*
  123. !.axoCover/settings.json
  124. # Coverlet is a free, cross platform Code Coverage Tool
  125. coverage*.json
  126. coverage*.xml
  127. coverage*.info
  128. # Visual Studio code coverage results
  129. *.coverage
  130. *.coveragexml
  131. # NCrunch
  132. _NCrunch_*
  133. .*crunch*.local.xml
  134. nCrunchTemp_*
  135. # MightyMoose
  136. *.mm.*
  137. AutoTest.Net/
  138. # Web workbench (sass)
  139. .sass-cache/
  140. # Installshield output folder
  141. [Ee]xpress/
  142. # DocProject is a documentation generator add-in
  143. DocProject/buildhelp/
  144. DocProject/Help/*.HxT
  145. DocProject/Help/*.HxC
  146. DocProject/Help/*.hhc
  147. DocProject/Help/*.hhk
  148. DocProject/Help/*.hhp
  149. DocProject/Help/Html2
  150. DocProject/Help/html
  151. # Click-Once directory
  152. publish/
  153. # Publish Web Output
  154. *.[Pp]ublish.xml
  155. *.azurePubxml
  156. # Note: Comment the next line if you want to checkin your web deploy settings,
  157. # but database connection strings (with potential passwords) will be unencrypted
  158. *.pubxml
  159. *.publishproj
  160. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  161. # checkin your Azure Web App publish settings, but sensitive information contained
  162. # in these scripts will be unencrypted
  163. PublishScripts/
  164. # NuGet Packages
  165. *.nupkg
  166. # NuGet Symbol Packages
  167. *.snupkg
  168. # The packages folder can be ignored because of Package Restore
  169. **/[Pp]ackages/*
  170. # except build/, which is used as an MSBuild target.
  171. !**/[Pp]ackages/build/
  172. # Uncomment if necessary however generally it will be regenerated when needed
  173. #!**/[Pp]ackages/repositories.config
  174. # NuGet v3's project.json files produces more ignorable files
  175. *.nuget.props
  176. *.nuget.targets
  177. # Microsoft Azure Build Output
  178. csx/
  179. *.build.csdef
  180. # Microsoft Azure Emulator
  181. ecf/
  182. rcf/
  183. # Windows Store app package directories and files
  184. AppPackages/
  185. BundleArtifacts/
  186. Package.StoreAssociation.xml
  187. _pkginfo.txt
  188. *.appx
  189. *.appxbundle
  190. *.appxupload
  191. # Visual Studio cache files
  192. # files ending in .cache can be ignored
  193. *.[Cc]ache
  194. # but keep track of directories ending in .cache
  195. !?*.[Cc]ache/
  196. # Others
  197. ClientBin/
  198. ~$*
  199. *~
  200. *.dbmdl
  201. *.dbproj.schemaview
  202. *.jfm
  203. *.pfx
  204. *.publishsettings
  205. orleans.codegen.cs
  206. # Including strong name files can present a security risk
  207. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  208. #*.snk
  209. # Since there are multiple workflows, uncomment next line to ignore bower_components
  210. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  211. #bower_components/
  212. # RIA/Silverlight projects
  213. Generated_Code/
  214. # Backup & report files from converting an old project file
  215. # to a newer Visual Studio version. Backup files are not needed,
  216. # because we have git ;-)
  217. _UpgradeReport_Files/
  218. Backup*/
  219. UpgradeLog*.XML
  220. UpgradeLog*.htm
  221. ServiceFabricBackup/
  222. *.rptproj.bak
  223. # SQL Server files
  224. *.mdf
  225. *.ldf
  226. *.ndf
  227. # Business Intelligence projects
  228. *.rdl.data
  229. *.bim.layout
  230. *.bim_*.settings
  231. *.rptproj.rsuser
  232. *- [Bb]ackup.rdl
  233. *- [Bb]ackup ([0-9]).rdl
  234. *- [Bb]ackup ([0-9][0-9]).rdl
  235. # Microsoft Fakes
  236. FakesAssemblies/
  237. # GhostDoc plugin setting file
  238. *.GhostDoc.xml
  239. # Node.js Tools for Visual Studio
  240. .ntvs_analysis.dat
  241. node_modules/
  242. # Visual Studio 6 build log
  243. *.plg
  244. # Visual Studio 6 workspace options file
  245. *.opt
  246. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  247. *.vbw
  248. # Visual Studio 6 auto-generated project file (contains which files were open etc.)
  249. *.vbp
  250. # Visual Studio 6 workspace and project file (working project files containing files to include in project)
  251. *.dsw
  252. *.dsp
  253. # Visual Studio 6 technical files
  254. *.ncb
  255. *.aps
  256. # Visual Studio LightSwitch build output
  257. **/*.HTMLClient/GeneratedArtifacts
  258. **/*.DesktopClient/GeneratedArtifacts
  259. **/*.DesktopClient/ModelManifest.xml
  260. **/*.Server/GeneratedArtifacts
  261. **/*.Server/ModelManifest.xml
  262. _Pvt_Extensions
  263. # Paket dependency manager
  264. .paket/paket.exe
  265. paket-files/
  266. # FAKE - F# Make
  267. .fake/
  268. # CodeRush personal settings
  269. .cr/personal
  270. # Python Tools for Visual Studio (PTVS)
  271. __pycache__/
  272. *.pyc
  273. # Cake - Uncomment if you are using it
  274. # tools/**
  275. # !tools/packages.config
  276. # Tabs Studio
  277. *.tss
  278. # Telerik's JustMock configuration file
  279. *.jmconfig
  280. # BizTalk build output
  281. *.btp.cs
  282. *.btm.cs
  283. *.odx.cs
  284. *.xsd.cs
  285. # OpenCover UI analysis results
  286. OpenCover/
  287. # Azure Stream Analytics local run output
  288. ASALocalRun/
  289. # MSBuild Binary and Structured Log
  290. *.binlog
  291. # NVidia Nsight GPU debugger configuration file
  292. *.nvuser
  293. # MFractors (Xamarin productivity tool) working folder
  294. .mfractor/
  295. # Local History for Visual Studio
  296. .localhistory/
  297. # Visual Studio History (VSHistory) files
  298. .vshistory/
  299. # BeatPulse healthcheck temp database
  300. healthchecksdb
  301. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  302. MigrationBackup/
  303. # Ionide (cross platform F# VS Code tools) working folder
  304. .ionide/
  305. # Fody - auto-generated XML schema
  306. FodyWeavers.xsd
  307. # VS Code files for those working on multiple tools
  308. .vscode/*
  309. !.vscode/settings.json
  310. !.vscode/tasks.json
  311. !.vscode/launch.json
  312. !.vscode/extensions.json
  313. *.code-workspace
  314. # Local History for Visual Studio Code
  315. .history/
  316. # Windows Installer files from build outputs
  317. *.cab
  318. *.msi
  319. *.msix
  320. *.msm
  321. *.msp
  322. # JetBrains Rider
  323. *.sln.iml
  324. .idea/
  325. ##
  326. ## Visual studio for Mac
  327. ##
  328. # globs
  329. Makefile.in
  330. *.userprefs
  331. *.usertasks
  332. config.make
  333. config.status
  334. aclocal.m4
  335. install-sh
  336. autom4te.cache/
  337. *.tar.gz
  338. tarballs/
  339. test-results/
  340. # Mac bundle stuff
  341. *.dmg
  342. *.app
  343. # content below from: https://github.com/github/gitignore/blob/main/Global/macOS.gitignore
  344. # General
  345. .DS_Store
  346. .AppleDouble
  347. .LSOverride
  348. # Icon must end with two \r
  349. Icon
  350. # Thumbnails
  351. ._*
  352. # Files that might appear in the root of a volume
  353. .DocumentRevisions-V100
  354. .fseventsd
  355. .Spotlight-V100
  356. .TemporaryItems
  357. .Trashes
  358. .VolumeIcon.icns
  359. .com.apple.timemachine.donotpresent
  360. # Directories potentially created on remote AFP share
  361. .AppleDB
  362. .AppleDesktop
  363. Network Trash Folder
  364. Temporary Items
  365. .apdisk
  366. # content below from: https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
  367. # Windows thumbnail cache files
  368. Thumbs.db
  369. ehthumbs.db
  370. ehthumbs_vista.db
  371. # Dump file
  372. *.stackdump
  373. # Folder config file
  374. [Dd]esktop.ini
  375. # Recycle Bin used on file shares
  376. $RECYCLE.BIN/
  377. # Windows Installer files
  378. *.cab
  379. *.msi
  380. *.msix
  381. *.msm
  382. *.msp
  383. # Windows shortcuts
  384. *.lnk
  385. # Vim temporary swap files
  386. *.swp