Вы не можете выбрать более 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.