mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
128 lines
1.7 KiB
Plaintext
128 lines
1.7 KiB
Plaintext
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE / Editor
|
|
.vscode/
|
|
.idea/
|
|
.history/
|
|
.kiro/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Local agent/editor rules
|
|
.windsurfrules
|
|
|
|
# Logs
|
|
*.log
|
|
*.err
|
|
tmp-frontend-limited-watcher.pid
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.ant-license.json
|
|
|
|
# Build outputs
|
|
/bin/
|
|
build/bin/*
|
|
!build/bin/README.md
|
|
build/dist/
|
|
chrome/*
|
|
!chrome/README.md
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Runtime binaries (must be versioned for release/dev convenience)
|
|
!/bin/
|
|
!/bin/README.md
|
|
!/bin/xray.exe
|
|
!/bin/sing-box.exe
|
|
!/bin/linux-amd64/
|
|
!/bin/linux-amd64/xray
|
|
!/bin/linux-amd64/sing-box
|
|
!/bin/linux-arm64/
|
|
!/bin/linux-arm64/xray
|
|
!/bin/linux-arm64/sing-box
|
|
!/bin/darwin-amd64/
|
|
!/bin/darwin-amd64/xray
|
|
!/bin/darwin-amd64/sing-box
|
|
!/bin/darwin-arm64/
|
|
!/bin/darwin-arm64/xray
|
|
!/bin/darwin-arm64/sing-box
|
|
|
|
# Publish artifacts
|
|
publish/staging/
|
|
publish/output/
|
|
|
|
# Internal docs / scratch files
|
|
docs/
|
|
DEPLOYMENT_GUIDE.md
|
|
plan.md
|
|
pic/
|
|
|
|
# Runtime data
|
|
data/*
|
|
!data/README.md
|
|
snapshots/
|
|
app.db
|
|
config.yaml.broken-*
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
proxies.yaml
|
|
profiles.yaml
|
|
|
|
# Frontend deps/cache
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/.vite/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Local runtime cache
|
|
.tmp/runtime-cache/
|
|
|
|
# Test outputs / coverage
|
|
coverage/
|
|
*.out
|
|
tmp-debug-port*/
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Local sensitive configs / accounts
|
|
*.ovpn
|
|
clash.yaml
|
|
mihomo.yaml
|
|
singbox.json
|
|
xray.json
|
|
proxy-subscription.yaml
|
|
proxy-subscriptions.yaml
|
|
subscription.yaml
|
|
subscriptions.yaml
|
|
account.json
|
|
accounts.json
|
|
accounts.yaml
|
|
accounts.yml
|
|
*credential*.json
|
|
*credentials*.json
|
|
*secret*.json
|
|
*secrets*.json
|
|
*token*.json
|
|
*tokens*.json
|
|
*cookie*.json
|
|
*cookies*.json
|
|
*.local.yaml
|
|
*.local.yml
|
|
*.local.json
|
|
|
|
# Local backups
|
|
.local-backup/
|