Files
archived-mongodb-odm/.gitattributes
2025-09-26 09:34:50 +02:00

13 lines
283 B
Plaintext

# Auto-detect text files, ensure they use LF.
* text=auto eol=lf
# Exclude non-essential files from dist
/.* export-ignore
/*.dist export-ignore
/.neon export-ignore
/docs export-ignore
/benchmark export-ignore
/phpbench.json export-ignore
/tests export-ignore
/tools export-ignore