CLI tool for running Playbooks
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.

567 lines
10 KiB

1 year ago
  1. # AME GUI Resource Playbooks
  2. TrustedUninstaller.GUI/resources/Shared-PB/*
  3. TrustedUninstaller.GUI/resources/W10-PB/*
  4. TrustedUninstaller.GUI/resources/W11-PB/*
  5. # GUI Builder Temp Files
  6. TrustedUninstaller.GUI/gui-builder/Compiled.txt
  7. TrustedUninstaller.GUI/gui-builder/BuildOut-*
  8. !*.gitkeep
  9. # User-specific files
  10. *.rsuser
  11. *.suo
  12. *.user
  13. *.userosscache
  14. *.sln.docstates
  15. # User-specific files (MonoDevelop/Xamarin Studio)
  16. *.userprefs
  17. # Mono auto generated files
  18. mono_crash.*
  19. # Build results
  20. [Dd]ebug/
  21. [Dd]ebugPublic/
  22. [Rr]elease/
  23. [Rr]eleases/
  24. x64/
  25. x86/
  26. [Ww][Ii][Nn]32/
  27. [Aa][Rr][Mm]/
  28. [Aa][Rr][Mm]64/
  29. bld/
  30. [Bb]in/
  31. [Oo]bj/
  32. [Ll]og/
  33. [Ll]ogs/
  34. # Visual Studio 2015/2017 cache/options directory
  35. .vs/
  36. # Uncomment if you have tasks that create the project's static files in wwwroot
  37. #wwwroot/
  38. # Visual Studio 2017 auto generated files
  39. Generated\ Files/
  40. # MSTest test Results
  41. [Tt]est[Rr]esult*/
  42. [Bb]uild[Ll]og.*
  43. # NUnit
  44. *.VisualState.xml
  45. TestResult.xml
  46. nunit-*.xml
  47. # Build Results of an ATL Project
  48. [Dd]ebugPS/
  49. [Rr]eleasePS/
  50. dlldata.c
  51. # Benchmark Results
  52. BenchmarkDotNet.Artifacts/
  53. # .NET Core
  54. project.lock.json
  55. project.fragment.lock.json
  56. artifacts/
  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. # Nuget personal access tokens and Credentials
  178. nuget.config
  179. # Microsoft Azure Build Output
  180. csx/
  181. *.build.csdef
  182. # Microsoft Azure Emulator
  183. ecf/
  184. rcf/
  185. # Windows Store app package directories and files
  186. AppPackages/
  187. BundleArtifacts/
  188. Package.StoreAssociation.xml
  189. _pkginfo.txt
  190. *.appx
  191. *.appxbundle
  192. *.appxupload
  193. # Visual Studio cache files
  194. # files ending in .cache can be ignored
  195. *.[Cc]ache
  196. # but keep track of directories ending in .cache
  197. !?*.[Cc]ache/
  198. # Others
  199. ClientBin/
  200. ~$*
  201. *~
  202. *.dbmdl
  203. *.dbproj.schemaview
  204. *.jfm
  205. *.pfx
  206. *.publishsettings
  207. orleans.codegen.cs
  208. # Including strong name files can present a security risk
  209. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  210. #*.snk
  211. # Since there are multiple workflows, uncomment next line to ignore bower_components
  212. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  213. #bower_components/
  214. # RIA/Silverlight projects
  215. Generated_Code/
  216. # Backup & report files from converting an old project file
  217. # to a newer Visual Studio version. Backup files are not needed,
  218. # because we have git ;-)
  219. _UpgradeReport_Files/
  220. Backup*/
  221. UpgradeLog*.XML
  222. UpgradeLog*.htm
  223. ServiceFabricBackup/
  224. *.rptproj.bak
  225. # SQL Server files
  226. *.mdf
  227. *.ldf
  228. *.ndf
  229. # Business Intelligence projects
  230. *.rdl.data
  231. *.bim.layout
  232. *.bim_*.settings
  233. *.rptproj.rsuser
  234. *- [Bb]ackup.rdl
  235. *- [Bb]ackup ([0-9]).rdl
  236. *- [Bb]ackup ([0-9][0-9]).rdl
  237. # Microsoft Fakes
  238. FakesAssemblies/
  239. # GhostDoc plugin setting file
  240. *.GhostDoc.xml
  241. # Node.js Tools for Visual Studio
  242. .ntvs_analysis.dat
  243. node_modules/
  244. # Visual Studio 6 build log
  245. *.plg
  246. # Visual Studio 6 workspace options file
  247. *.opt
  248. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  249. *.vbw
  250. # Visual Studio LightSwitch build output
  251. **/*.HTMLClient/GeneratedArtifacts
  252. **/*.DesktopClient/GeneratedArtifacts
  253. **/*.DesktopClient/ModelManifest.xml
  254. **/*.Server/GeneratedArtifacts
  255. **/*.Server/ModelManifest.xml
  256. _Pvt_Extensions
  257. # Paket dependency manager
  258. .paket/paket.exe
  259. paket-files/
  260. # FAKE - F# Make
  261. .fake/
  262. # CodeRush personal settings
  263. .cr/personal
  264. # Python Tools for Visual Studio (PTVS)
  265. __pycache__/
  266. *.pyc
  267. # Cake - Uncomment if you are using it
  268. # tools/**
  269. # !tools/packages.config
  270. # Tabs Studio
  271. *.tss
  272. # Telerik's JustMock configuration file
  273. *.jmconfig
  274. # BizTalk build output
  275. *.btp.cs
  276. *.btm.cs
  277. *.odx.cs
  278. *.xsd.cs
  279. # OpenCover UI analysis results
  280. OpenCover/
  281. # Azure Stream Analytics local run output
  282. ASALocalRun/
  283. # MSBuild Binary and Structured Log
  284. *.binlog
  285. # NVidia Nsight GPU debugger configuration file
  286. *.nvuser
  287. # MFractors (Xamarin productivity tool) working folder
  288. .mfractor/
  289. # Local History for Visual Studio
  290. .localhistory/
  291. # BeatPulse healthcheck temp database
  292. healthchecksdb
  293. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  294. MigrationBackup/
  295. # Ionide (cross platform F# VS Code tools) working folder
  296. .ionide/
  297. # Fody - auto-generated XML schema
  298. FodyWeavers.xsd
  299. # VS Code files for those working on multiple tools
  300. .vscode/*
  301. !.vscode/settings.json
  302. !.vscode/tasks.json
  303. !.vscode/launch.json
  304. !.vscode/extensions.json
  305. *.code-workspace
  306. # Local History for Visual Studio Code
  307. .history/
  308. # Windows Installer files from build outputs
  309. *.cab
  310. *.msi
  311. *.msix
  312. *.msm
  313. *.msp
  314. # JetBrains Rider
  315. .idea/
  316. *.sln.iml
  317. ### Git ###
  318. # Created by git for backups. To disable backups in Git:
  319. # $ git config --global mergetool.keepBackup false
  320. *.orig
  321. # Created by git when using merge tools for conflicts
  322. *.BACKUP.*
  323. *.BASE.*
  324. *.LOCAL.*
  325. *.REMOTE.*
  326. *_BACKUP_*.txt
  327. *_BASE_*.txt
  328. *_LOCAL_*.txt
  329. *_REMOTE_*.txt
  330. ### vs ###
  331. # User-specific files
  332. # User-specific files (MonoDevelop/Xamarin Studio)
  333. # Mono auto generated files
  334. # Build results
  335. # Visual Studio 2015/2017 cache/options directory
  336. # Uncomment if you have tasks that create the project's static files in wwwroot
  337. # Visual Studio 2017 auto generated files
  338. # MSTest test Results
  339. # NUnit
  340. # Build Results of an ATL Project
  341. # Benchmark Results
  342. # .NET Core
  343. # StyleCop
  344. # Files built by Visual Studio
  345. # Chutzpah Test files
  346. # Visual C++ cache files
  347. # Visual Studio profiler
  348. # Visual Studio Trace Files
  349. # TFS 2012 Local Workspace
  350. # Guidance Automation Toolkit
  351. # ReSharper is a .NET coding add-in
  352. # TeamCity is a build add-in
  353. # DotCover is a Code Coverage Tool
  354. # AxoCover is a Code Coverage Tool
  355. # Coverlet is a free, cross platform Code Coverage Tool
  356. coverage*[.json, .xml, .info]
  357. # Visual Studio code coverage results
  358. # NCrunch
  359. # MightyMoose
  360. # Web workbench (sass)
  361. # Installshield output folder
  362. # DocProject is a documentation generator add-in
  363. # Click-Once directory
  364. # Publish Web Output
  365. # Note: Comment the next line if you want to checkin your web deploy settings,
  366. # but database connection strings (with potential passwords) will be unencrypted
  367. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  368. # checkin your Azure Web App publish settings, but sensitive information contained
  369. # in these scripts will be unencrypted
  370. # NuGet Packages
  371. # NuGet Symbol Packages
  372. # The packages folder can be ignored because of Package Restore
  373. # except build/, which is used as an MSBuild target.
  374. # Uncomment if necessary however generally it will be regenerated when needed
  375. # NuGet v3's project.json files produces more ignorable files
  376. # Microsoft Azure Build Output
  377. # Microsoft Azure Emulator
  378. # Windows Store app package directories and files
  379. # Visual Studio cache files
  380. # files ending in .cache can be ignored
  381. # but keep track of directories ending in .cache
  382. # Others
  383. # Including strong name files can present a security risk
  384. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  385. # Since there are multiple workflows, uncomment next line to ignore bower_components
  386. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  387. # RIA/Silverlight projects
  388. # Backup & report files from converting an old project file
  389. # to a newer Visual Studio version. Backup files are not needed,
  390. # because we have git ;-)
  391. # SQL Server files
  392. # Business Intelligence projects
  393. # Microsoft Fakes
  394. # GhostDoc plugin setting file
  395. # Node.js Tools for Visual Studio
  396. # Visual Studio 6 build log
  397. # Visual Studio 6 workspace options file
  398. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  399. # Visual Studio LightSwitch build output
  400. # Paket dependency manager
  401. # FAKE - F# Make
  402. # CodeRush personal settings
  403. # Python Tools for Visual Studio (PTVS)
  404. # Cake - Uncomment if you are using it
  405. # tools/**
  406. # !tools/packages.config
  407. # Tabs Studio
  408. # Telerik's JustMock configuration file
  409. # BizTalk build output
  410. # OpenCover UI analysis results
  411. # Azure Stream Analytics local run output
  412. # MSBuild Binary and Structured Log
  413. # NVidia Nsight GPU debugger configuration file
  414. # MFractors (Xamarin productivity tool) working folder
  415. # Local History for Visual Studio
  416. # BeatPulse healthcheck temp database
  417. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  418. # Ionide (cross platform F# VS Code tools) working folder