chore: .gitattributes – Zeilenenden-Normalisierung & Binär-Markierung

This commit is contained in:
maik
2026-08-18 16:04:42 +02:00
parent 553247cdfb
commit a1fe2db68b
2 changed files with 692 additions and 661 deletions
+31
View File
@@ -1,3 +1,34 @@
# Zeilenenden vereinheitlichen: im Repo immer LF, Text automatisch erkennen.
* text=auto eol=lf
# Explizit als Text behandeln (Quelldateien)
*.md text
*.toml text
*.yaml text
*.yml text
*.css text
*.js text
*.html text
*.json text
*.svg text
*.xml text
Dockerfile text
.gitignore text
.dockerignore text
# Binärdateien: kein Diff, keine EOL-Normalisierung
*.jpg binary
*.jpeg binary
*.png binary
*.gif binary
*.webp binary
*.ico binary
*.woff binary
*.woff2 binary
*.otf binary
*.ttf binary
*.eot binary
*.eps binary
*.pdf binary
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
File diff suppressed because it is too large Load Diff