Files
smarty/.gitattributes
T
2022-04-01 22:46:50 -04:00

20 lines
401 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
*.php text eol=lf
*.y text eol=lf
*.lex text eol=lf
# exclude from git export
/tests export-ignore
/docs export-ignore
/utilities export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/make-release.sh export-ignore
/phpunit.sh export-ignore
/phpunit.xml export-ignore
/TODO.md export-ignore