mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-04 14:17:27 +00:00
Cleanup gitignore (#4526)
* Clean Up .gitignore * Update .gitignore * Clean Up .gitignore * Update .gitignore * Update .gitignore * Update .gitignore
This commit is contained in:
+9
-34
@@ -1,20 +1,15 @@
|
|||||||
### VSCode ###
|
# Libraries
|
||||||
|
System.Management.Automation.dll
|
||||||
|
Microsoft.PowerShell.ConsoleHost.dll
|
||||||
|
|
||||||
# Configuration folder
|
# Configuration folder
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
### Visual Studio ###
|
|
||||||
|
|
||||||
# Visual Studio user-specific files
|
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
winutil.pdb
|
# OS Specific
|
||||||
|
desktop.ini
|
||||||
### Windows ###
|
.DS_Store
|
||||||
|
|
||||||
# Folder config file
|
|
||||||
[Dd]esktop.ini
|
|
||||||
|
|
||||||
# Ignore Generated XAML Files
|
# Ignore Generated XAML Files
|
||||||
xaml/inputApp.xaml
|
xaml/inputApp.xaml
|
||||||
@@ -22,33 +17,13 @@ xaml/inputFeatures.xaml
|
|||||||
xaml/inputTweaks.xaml
|
xaml/inputTweaks.xaml
|
||||||
|
|
||||||
# Executables and Configs
|
# Executables and Configs
|
||||||
winget.msixbundle
|
|
||||||
pester.ps1
|
pester.ps1
|
||||||
*.psd*
|
|
||||||
ooshutup10.cfg
|
|
||||||
winutil.exe.config
|
|
||||||
Microsoft.UI.Xaml*
|
Microsoft.UI.Xaml*
|
||||||
license1.xml
|
|
||||||
winutil.ps1
|
winutil.ps1
|
||||||
|
*.psd*
|
||||||
|
|
||||||
# Libraries
|
# winutil-bin
|
||||||
System.Management.Automation.dll
|
winutil.exe.config
|
||||||
Microsoft.PowerShell.ConsoleHost.dll
|
|
||||||
|
|
||||||
# Compressed files
|
|
||||||
*.zip
|
|
||||||
|
|
||||||
### MacOS ###
|
|
||||||
|
|
||||||
# General
|
|
||||||
.DS_Store
|
|
||||||
True
|
|
||||||
test.ps1
|
|
||||||
winutil.ps1
|
|
||||||
|
|
||||||
# temporary excludes for docs
|
|
||||||
.github/site/
|
|
||||||
|
|
||||||
binary/
|
binary/
|
||||||
|
|
||||||
# Hugo Files
|
# Hugo Files
|
||||||
|
|||||||
Reference in New Issue
Block a user