44 lines
668 B
Plaintext
44 lines
668 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Source code files
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.json text eol=lf
|
|
*.css text eol=lf
|
|
*.scss text eol=lf
|
|
*.html text eol=lf
|
|
*.md text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
|
|
# Configuration files
|
|
*.config.js text eol=lf
|
|
*.config.ts text eol=lf
|
|
.editorconfig text eol=lf
|
|
.gitignore text eol=lf
|
|
.gitattributes text eol=lf
|
|
|
|
# Shell scripts
|
|
*.sh text eol=lf
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.svg binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.eot binary
|
|
|
|
# Archives
|
|
*.zip binary
|
|
*.tar binary
|
|
*.gz binary
|
|
|