You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

404 lines
7.0 KiB

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