添加 .gitignore

This commit is contained in:
XOF
2025-12-15 01:24:15 +08:00
parent e772a85099
commit c56f38f902

28
.gitignore vendored Normal file
View File

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