Tool for checking the integrity of an AME installation
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.

558 lines
9.9 KiB

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