mirror of
https://github.com/MaxiFan/TunnelX.git
synced 2026-05-17 21:14:37 +03:00
45 lines
590 B
Plaintext
45 lines
590 B
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
|
|
# Local IDE and tooling state
|
|
.vs/
|
|
.vscode/
|
|
.github/copilot-instructions.md
|
|
*.user
|
|
*.suo
|
|
|
|
# Publish and release artifacts
|
|
publish/
|
|
Releases/
|
|
*.msi
|
|
*.msix
|
|
*.appx
|
|
*.nupkg
|
|
|
|
# Downloaded dependency archives and extracted tool drops
|
|
*.zip
|
|
*.7z
|
|
*.rar
|
|
sing-box-new/
|
|
singbox-xhttp-test*.json
|
|
*-local-test*.json
|
|
create-icon.ps1
|
|
create-ico.ps1
|
|
|
|
# Personal notes and exported documents
|
|
*.docx
|
|
docs/PRIVACY_REVIEW.md
|
|
docs/PUBLISHING_CHECKLIST.md
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.tmp
|
|
*.cache
|
|
TestResults/
|
|
*.binlog
|
|
|
|
# Local secrets and machine-specific settings
|
|
.env
|
|
.env.*
|