mirror of
https://gitlab.w-hs.de/an14051/backerup-website.git
synced 2026-07-27 17:35:29 +00:00
38 lines
645 B
Plaintext
38 lines
645 B
Plaintext
# Auto detect text files and normalize line endings to LF
|
|
* text=auto eol=lf
|
|
|
|
# Explicit text files
|
|
*.md text eol=lf
|
|
*.js text eol=lf
|
|
*.ts text eol=lf
|
|
*.jsx text eol=lf
|
|
*.tsx text eol=lf
|
|
*.vue text eol=lf
|
|
*.json text eol=lf
|
|
*.yaml text eol=lf
|
|
*.yml text eol=lf
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
*.sh text eol=lf
|
|
*.bash text eol=lf
|
|
Dockerfile text eol=lf
|
|
.editorconfig text eol=lf
|
|
.gitignore text eol=lf
|
|
.gitattributes text eol=lf
|
|
|
|
# Binary files
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.png binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.mov binary
|
|
*.mp4 binary
|
|
*.mp3 binary
|
|
*.gz binary
|
|
*.zip binary
|
|
*.7z binary
|
|
*.ttf binary
|
|
*.otf binary
|
|
*.woff binary
|
|
*.woff2 binary |