chore: .gitattributes – Zeilenenden-Normalisierung & Binär-Markierung
This commit is contained in:
@@ -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
|
||||
|
||||
+661
-661
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user