mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-02-06 19:41:35 -05:00
32 lines
564 B
Plaintext
32 lines
564 B
Plaintext
# Set default behavior to automatically normalize line endings
|
|
* text=auto eol=lf
|
|
|
|
# Explicitly declare text files
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.sql text eol=lf
|
|
*.sh text eol=lf
|
|
*.toml text eol=lf
|
|
Dockerfile* text eol=lf
|
|
.dockerignore text eol=lf
|
|
docker-compose*.yml text eol=lf
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.webp binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.eot binary
|