Files
QPP/.gitattributes
2025-08-17 13:45:16 +00:00

13 lines
254 B
Plaintext

# Detect Markdown files
*.md linguist-language=Markdown
# Ignore CSS files for language detection
*.css linguist-vendored
# Some LF stuff so that linux works ; windows can fuck off
* text=auto eol=lf
*.png binary
*.jpg binary
*.gif binary
*.zip binary