修复无法正常使用的严重问题
This commit is contained in:
56
.gitignore
vendored
56
.gitignore
vendored
@@ -1,23 +1,35 @@
|
||||
/.idea/
|
||||
/vendor/
|
||||
/*.json
|
||||
/*.srs
|
||||
/*.db
|
||||
/site/
|
||||
/bin/
|
||||
/dist/
|
||||
/sing-box
|
||||
/sing-box.exe
|
||||
/build/
|
||||
/*.jar
|
||||
/*.aar
|
||||
/*.xcframework/
|
||||
/experimental/libbox/*.aar
|
||||
/experimental/libbox/*.xcframework/
|
||||
/experimental/libbox/*.nupkg
|
||||
# Binaries
|
||||
sing-box
|
||||
sing-box.exe
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Build & Cache
|
||||
go.sum
|
||||
bin/
|
||||
dist/
|
||||
/var/lib/sing-box/*
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
/var/log/sing-box/*
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
/config.d/
|
||||
/venv/
|
||||
CLAUDE.md
|
||||
AGENTS.md
|
||||
/.claude/
|
||||
Thumbs.db
|
||||
|
||||
# Antigravity/Gemini Artifacts
|
||||
.gemini/
|
||||
artifacts/
|
||||
scratch/
|
||||
implementation_plan*.md
|
||||
walkthrough*.md
|
||||
task.md
|
||||
|
||||
V2bX/
|
||||
|
||||
Reference in New Issue
Block a user