docs/.gitattributes
Naomi Carrigan 80a6209688 chore: a couple of fixes (#45)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/45
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-12-16 04:01:59 +00:00

10 lines
159 B
Plaintext

# Auto detect text files and perform LF normalization
* text eol=LF
*.ts text
*.spec.ts text
# Ignore binary files >:(
*.png binary
*.jpg binary
*.otf binary