Files
playground-frontend/.gitattributes
Andreas Dahm f543a5e2f3
Some checks failed
Build, Test & Push Frontend / docker (pull_request) Has been cancelled
Build, Test & Push Frontend / quality-check (pull_request) Has been cancelled
Upgraded dependencies and extended stopwatch
2026-08-20 12:00:39 +02:00

61 lines
1.1 KiB
Plaintext

# ---- Standard: All textfiles normalize to LF also during checkout ----
* text=auto eol=lf
# ---- Sourcecode / Build ----
*.java text eol=lf
*.kt text eol=lf
*.kts text eol=lf
*.groovy text eol=lf
*.gradle text eol=lf
gradlew text eol=lf
# Windows wrapper keeps CRLF
gradlew.bat text eol=crlf
# ---- Scripts ----
*.sh text eol=lf
*.bash text eol=lf
*.cmd text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=crlf
# ---- Configuration / Resources ----
*.properties text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.xml text eol=lf
*.json text eol=lf
*.sql text eol=lf
*.conf text eol=lf
Dockerfile text eol=lf
*.dockerfile text eol=lf
# ---- Document ----
*.md text eol=lf
*.adoc text eol=lf
*.txt text eol=lf
*.csv text eol=lf
*.svg text eol=lf
# ---- binary files never convert ----
*.jar binary
*.war binary
*.ear binary
*.class binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.tar binary
*.gz binary
*.7z binary
*.ttf binary
*.woff binary
*.woff2 binary
*.so binary
*.dll binary
*.dylib binary
*.exe binary