Files
Michael McGuinness 8b86b2baeb Merged in bugfix/gitbinaryfiles (pull request #118)
PDFs Fix

* gitattributes

* freshpdfs
2025-04-23 18:37:18 +00:00

11 lines
190 B
Plaintext

# Set default behavior to automatically normalize line endings
* text=auto
* text eol=lf
# Explicitly declare binary files
*.pdf binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary