20 lines
573 B
Plaintext
20 lines
573 B
Plaintext
* text=auto eol=lf
|
|
|
|
*.blade.php diff=html
|
|
*.css diff=css
|
|
*.html diff=html
|
|
*.md diff=markdown
|
|
*.php diff=php
|
|
|
|
/.github export-ignore
|
|
.styleci.yml export-ignore
|
|
|
|
# Internal-only — never published to the PUBLIC repo. promote.sh copies a release tree with
|
|
# `git archive`, which honours export-ignore, so these are dropped automatically. CHANGELOG.md is
|
|
# deliberately NOT export-ignored: the public Versions page fetches it from the public repo.
|
|
/CLAUDE.md export-ignore
|
|
/rules.md export-ignore
|
|
/handoff.md export-ignore
|
|
/kickoff-prompt.md export-ignore
|
|
/docs export-ignore
|