105 lines
1.4 KiB
Plaintext
105 lines
1.4 KiB
Plaintext
# Ignore any oobe-certs blobs
|
|
includes/utils/oobe-certs/*.blob
|
|
|
|
# Ignore any certs
|
|
includes/utils/certs/*
|
|
|
|
# Windows Image Files
|
|
*.iso
|
|
*.wim
|
|
*.esd
|
|
*.swm
|
|
|
|
# Working directories and temporary files
|
|
working/
|
|
scratchdir/
|
|
temp/
|
|
tmp/
|
|
|
|
# Build outputs and distributions
|
|
build/
|
|
dist/
|
|
|
|
# Exclude built/generated executables but not bundled software
|
|
*.exe
|
|
!includes/software/**/*.exe
|
|
!includes/utils/**/*.exe
|
|
!includes/$OEM$/$$/OEM/runtime/*.*
|
|
|
|
# Exclude built MSI files but not bundled installers
|
|
*.msi
|
|
!includes/software/**/*.msi
|
|
|
|
# Log files
|
|
*.log
|
|
*.txt
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
*~
|
|
|
|
# Windows system files
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# PowerShell transcript files
|
|
PowerShell_transcript.*
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# JetBrains IDEs
|
|
.idea/
|
|
*.iml
|
|
|
|
# Temporary PowerShell files
|
|
*.ps1xml
|
|
*.psd1
|
|
*.psm1~
|
|
|
|
# Downloaded tools and utilities
|
|
oscdimg.exe
|
|
*.cab
|
|
|
|
# Allow specific required executables
|
|
!includes/utils/ResourceHacker.exe
|
|
!includes/utils/multi-staller/build/MultiStaller/MultiStaller.exe
|
|
|
|
# Registry backup files
|
|
*.reg.bak
|
|
|
|
# Image mount points (if created as folders)
|
|
mount/
|
|
mnt/
|
|
|
|
# Error dumps and crash files
|
|
*.dmp
|
|
*.mdmp
|
|
|
|
# Archives
|
|
*.zip
|
|
*.7z
|
|
*.rar
|
|
*.tar
|
|
*.gz
|
|
|
|
# Documentation build outputs (if using any doc generators)
|
|
docs/_build/
|
|
*.pdf
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Network shortcuts
|
|
*.lnk
|
|
|