.gitignore 96 B

123456789
  1. # 编辑器/IDE文件
  2. .vscode/
  3. *.swp
  4. *.swo
  5. go.mod
  6. go.sum
  7. # 本地环境文件
  8. .env
  9. .env.example