Files
Ant-Browser/.gitignore
T
Ant Browser Release Bot 6f58a6c19a publish: 1.0.0 snapshot (bad2ec1)
channel: master
version: 1.0.0
source-ref: master
published-at-utc: 2026-03-13T15:19:28Z
2026-03-13 23:19:29 +08:00

73 lines
796 B
Plaintext

# OS
.DS_Store
Thumbs.db
# IDE / Editor
.vscode/
.idea/
.history/
.kiro/
*.swp
*.swo
# Local agent/editor rules
.windsurfrules
# Logs
*.log
*.err
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.ant-license.json
# Build outputs
bin/
build/bin/
build/dist/
chrome/
*.exe
*.dll
*.so
*.dylib
# Runtime binaries (must be versioned for release/dev convenience)
!/bin/
!/bin/xray.exe
!/bin/sing-box.exe
# Publish artifacts
publish/staging/
publish/output/
# Internal docs / scratch files
docs/
DEPLOYMENT_GUIDE.md
plan.md
pic/
# Runtime data
data/
snapshots/
app.db
*.db
*.sqlite
*.sqlite3
proxies.yaml
profiles.yaml
# Frontend deps/cache
frontend/node_modules/
frontend/dist/
frontend/.vite/
# Test outputs / coverage
coverage/
*.out
# Env files
.env
.env.*
!.env.example