From 62ccf80856fe9610319e01d286a4630f20a6ca72 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Tue, 26 May 2026 13:14:35 -0700 Subject: [PATCH] Cleanup gitignore (#4526) * Clean Up .gitignore * Update .gitignore * Clean Up .gitignore * Update .gitignore * Update .gitignore * Update .gitignore --- .gitignore | 43 +++++++++---------------------------------- 1 file changed, 9 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index de0af7d7..88a3bde2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,15 @@ -### VSCode ### +# Libraries +System.Management.Automation.dll +Microsoft.PowerShell.ConsoleHost.dll # Configuration folder .vscode/ .idea/ - -### Visual Studio ### - -# Visual Studio user-specific files .vs/ -winutil.pdb - -### Windows ### - -# Folder config file -[Dd]esktop.ini +# OS Specific +desktop.ini +.DS_Store # Ignore Generated XAML Files xaml/inputApp.xaml @@ -22,33 +17,13 @@ xaml/inputFeatures.xaml xaml/inputTweaks.xaml # Executables and Configs -winget.msixbundle pester.ps1 -*.psd* -ooshutup10.cfg -winutil.exe.config Microsoft.UI.Xaml* -license1.xml winutil.ps1 +*.psd* -# Libraries -System.Management.Automation.dll -Microsoft.PowerShell.ConsoleHost.dll - -# Compressed files -*.zip - -### MacOS ### - -# General -.DS_Store -True -test.ps1 -winutil.ps1 - -# temporary excludes for docs -.github/site/ - +# winutil-bin +winutil.exe.config binary/ # Hugo Files