Files
playground-frontend/.gitattributes
Lobo 0cc445de87 Add hobbies page and update projects WIP UI
Introduced a new HobbiesComponent with routing and navigation updates. Removed unused ProjectDetailsComponent. Enhanced the projects page with a new 'work in progress' UI and improved .gitattributes for better file handling.
2025-12-02 18:48:34 +01:00

60 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 # svg ist Text
# ---- 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