您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

27 行
301B

  1. # Build output
  2. bin/
  3. obj/
  4. # User-specific files
  5. *.user
  6. *.rsuser
  7. *.suo
  8. # .NET local tooling
  9. .vs/
  10. # Local app settings overrides
  11. appsettings.*.local
  12. # ASP.NET Core user secrets artifacts
  13. secrets.json
  14. # Common local environment files
  15. .env
  16. .env.*
  17. # Local SQLite database files
  18. *.db
  19. *.db-shm
  20. *.db-wal

Powered by TurnKey Linux.