Files
basango/.gitattributes
T
2025-10-05 14:42:25 +02:00

34 lines
1006 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Unified repository-wide Git attributes
# Mark vendored/non-source directories so GitHub Linguist doesnt skew language stats
projects/backend/public/** linguist-vendored
projects/backend/assets/** linguist-vendored
projects/crawler/notebooks/** linguist-vendored
# Do not count certain generated or data-heavy formats in language stats
*.css linguist-detectable=false
*.scss linguist-detectable=false
*.ipynb linguist-detectable=false
# Enforce LF newlines for text files commonly used in this monorepo
*.css text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.py text eol=lf
*.scss text eol=lf
*.svg text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.xml.* text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.php text eol=lf
*.twig text eol=lf
*.sh text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.py text eol=lf
# Binary formats
*.map binary
*.mmdb filter=lfs diff=lfs merge=lfs -text
*.sqlite filter=lfs diff=lfs merge=lfs -text