mirror of
https://github.com/black-ant/Ant-Browser.git
synced 2026-07-14 18:48:55 +08:00
channel: master version: 1.0.0 source-ref: master published-at-utc: 2026-03-13T15:19:28Z
73 lines
796 B
Plaintext
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
|