diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9c7159 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# .gitignore +# 二进制文件 +siteproxy +*.exe +*.dll +*.so +*.dylib + +# 测试文件 +*.test +*.out + +# 环境变量 +.env + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# 日志 +*.log + +# 操作系统 +.DS_Store +Thumbs.db