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

16 行
510B

  1. # Paths excluded from `git archive` (used by scripts/build-release.ps1 to assemble the
  2. # deployable file set). Everything else - app/, core/, public/, db/migrations/, scripts/ -
  3. # ships to production.
  4. /.claude export-ignore
  5. /.gitattributes export-ignore
  6. /.gitignore export-ignore
  7. /AGENTS.md export-ignore
  8. /CLAUDE.md export-ignore
  9. /README.md export-ignore
  10. /TESTING.md export-ignore
  11. /applicationhost.config export-ignore
  12. /run_site.cmd export-ignore
  13. /widget export-ignore
  14. /docs export-ignore
  15. /tests export-ignore

Powered by TurnKey Linux.