mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-04-01 17:12:09 +00:00
The generated 'site' folder, which contains the docs build result by 'mkdocs', in the same folder as 'mkdocs.yml' (i.e. under '.github' folder), so I've temporarily excluded with '.gitignore' file until we've fully migrated the docs site into another repo.
54 lines
662 B
Plaintext
54 lines
662 B
Plaintext
### VSCode ###
|
|
|
|
# Configuration folder
|
|
.vscode/
|
|
.idea/
|
|
|
|
### Visual Studio ###
|
|
|
|
# Visual Studio user-specific files
|
|
.vs/
|
|
|
|
winutil.pdb
|
|
|
|
### 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/
|