mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-04 14:17:27 +00:00
62ccf80856
* Clean Up .gitignore * Update .gitignore * Clean Up .gitignore * Update .gitignore * Update .gitignore * Update .gitignore
33 lines
443 B
Plaintext
33 lines
443 B
Plaintext
# Libraries
|
|
System.Management.Automation.dll
|
|
Microsoft.PowerShell.ConsoleHost.dll
|
|
|
|
# Configuration folder
|
|
.vscode/
|
|
.idea/
|
|
.vs/
|
|
|
|
# OS Specific
|
|
desktop.ini
|
|
.DS_Store
|
|
|
|
# Ignore Generated XAML Files
|
|
xaml/inputApp.xaml
|
|
xaml/inputFeatures.xaml
|
|
xaml/inputTweaks.xaml
|
|
|
|
# Executables and Configs
|
|
pester.ps1
|
|
Microsoft.UI.Xaml*
|
|
winutil.ps1
|
|
*.psd*
|
|
|
|
# winutil-bin
|
|
winutil.exe.config
|
|
binary/
|
|
|
|
# Hugo Files
|
|
docs/public/
|
|
docs/.hugo_build.lock
|
|
docs/resources/
|