.gitignore 83 B

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