mirror of
https://github.com/isboyjc/GoProxy.git
synced 2026-05-06 20:02:54 +08:00
42 lines
354 B
Plaintext
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/
|