Files
RemLink/.gitignore
T
qsc20001102 142e5dc7d6
ci / Go checks (ubuntu-latest) (push) Has been cancelled
ci / Go checks (windows-latest) (push) Has been cancelled
初版功能完成
2026-08-29 13:12:17 +08:00

61 lines
709 B
Plaintext

# Go build and test outputs
/bin/
/build/
/dist/
*.exe
*.test
*.out
*.prof
coverage*.txt
/coverage/
*.dll
!internal/platform/windows/wintunruntime/assets/**/wintun.dll
# Local configuration and runtime state
/config/*.yaml
!/config/*.example.yaml
/.env
.env
.env.*
!.env.example
!.env.*.example
/data/
/deploy/docker/data/
/runtime/
**/identity.json
**/site-profiles.json
*.db
*.db-*
*.sqlite
*.sqlite-*
*.log
*.log.*
*.jsonl
/logs/
# Local credentials and certificates
*.key
*.pem
*.p12
*.pfx
# Frontend dependencies and outputs
node_modules/
frontend/*/dist/
# Editors and operating systems
.idea/
.vscode/
.vs/
.fleet/
.DS_Store
Thumbs.db
Desktop.ini
*.swp
*.tmp
*~
/.cache/
/tmp/
.codex-qa/
evidence/