Files
SiteProxy/.gitignore
2025-12-15 01:24:15 +08:00

29 lines
206 B
Plaintext

# .gitignore
# 二进制文件
siteproxy
*.exe
*.dll
*.so
*.dylib
# 测试文件
*.test
*.out
# 环境变量
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 日志
*.log
# 操作系统
.DS_Store
Thumbs.db