.gitignore 82 B

1234567
  1. # 编辑器/IDE文件
  2. .vscode/
  3. *.swp
  4. *.swo
  5. # 本地环境文件
  6. .env
  7. .env.example