mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-04 06:50:09 +00:00
* Updated winutil website add git ignore to not upload unnecessarily file. i have also updated microwin docs and added a copyright info to the footer * Update _index.md * Update KnownIssues.md * Update links update all the links for github to the corresponding pages. i have kept the original links aswell but commented out * update hugo workflow to use version 0.147.0 * Update en.yaml * update hugo toml to get rid off powered by * Update docs.yaml * Update KnownIssues.md * Update KnownIssues.md * Update KnownIssues.md * Update compatibility note for MicroWin and Ventoy * removed quad 9 dns * fixed all the incorrect code block in markdown file * Replace hardcoded page lists with auto-discovery shortcode Created a new shortcode at docs/layouts/shortcodes/autolinks.html. This enables auto-discovery when creating new Markdown files, streamlining the workflow for future documentation updates. * updated os requirements
63 lines
808 B
Plaintext
63 lines
808 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
|
|
microwin.log
|
|
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/ |