You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
163 B

  1. # 日志文件
  2. *.log
  3. # 临时文件
  4. temp/
  5. *.tmp
  6. # 编译输出
  7. dist/
  8. build/
  9. # IDE
  10. .idea/
  11. .vscode/
  12. # 系统文件
  13. .DS_Store
  14. Thumbs.db
  15. # 密钥文件
  16. *.key
  17. .env