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

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
maik
2026-08-18 16:04:42 +02:00
co-authored by Claude Opus 4.8
parent 936b710edf
commit ce4091169a
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