mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-07 00:10:10 +00:00
* Delete microwin functions * Update main.ps1 * Remove oscdimg.exe which is used by microwin * Delete config/autounattend.xml * Update .gitignore * Update bug_report.yaml * Update themes.json * Update Invoke-WinUtilFontScaling.ps1 * Update Invoke-AutoConfigDialog.ps1 * Update Invoke-WPFButton.ps1 * Update inputXML.xaml * Delete docs/assets/images/microwin directory * Delete docs/assets/images/MicroWinScreen.png * Delete docs/assets/images/Microwin-Dark.png * Delete docs/assets/images/Microwin-Light.png * Update faq.md * Update KnownIssues.md * Update getting-started.md * Update _index.md * Delete docs/content/userguide/microwin directory * Update architecture.md --------- Co-authored-by: Chris Titus <dfm.titus@gmail.com>
63 lines
796 B
Plaintext
63 lines
796 B
Plaintext
### VSCode ###
|
|
|
|
# Configuration folder
|
|
.vscode/
|
|
.idea/
|
|
|
|
### Visual Studio ###
|
|
|
|
# Visual Studio user-specific files
|
|
.vs/
|
|
|
|
winutil.pdb
|
|
|
|
### Preprocessor Hashes ###
|
|
.preprocessor_hashes.json
|
|
|
|
### Windows ###
|
|
|
|
# Folder config file
|
|
[Dd]esktop.ini
|
|
|
|
# Ignore Generated XAML Files
|
|
xaml/inputApp.xaml
|
|
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
|
|
|
|
# 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/
|
|
|
|
binary/
|
|
|
|
.preprocessor_hashes.json
|
|
|
|
# Hugo Files
|
|
docs/public/
|
|
docs/.hugo_build.lock
|
|
docs/resources/
|