Files
GoProxy/.gitignore
isboyjc f55209d8d3 feat: init
2026-03-29 03:31:59 +08:00

42 lines
354 B
Plaintext

# macOS
.DS_Store
# Windows
Thumbs.db
# Go build artifacts
goproxy
proxy-pool
*.exe
*.out
*.test
vendor/
# Test binaries
test/test_proxy
test/test_proxy.exe
# Runtime data
*.db
*.db-shm
*.db-wal
*.log
config.json
data/
!data/.gitkeep
# Temporary files
*.tmp
*.bak
*.swp
*~
# IDE files
.idea/
.vscode/
.cursor/
*.iml
# Docker volumes
.docker-data/