mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-18 17:49:36 -06:00
36 lines
759 B
Plaintext
36 lines
759 B
Plaintext
# Set default behavior to automatically normalize line endings
|
|
* text=auto eol=lf
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
# to native line endings on checkout
|
|
*.zig text eol=lf
|
|
*.zx text eol=lf linguist-language=Zig
|
|
*.md text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.json text eol=lf
|
|
*.txt text eol=lf
|
|
*.sh text eol=lf
|
|
*.css text eol=lf
|
|
*.js text eol=lf
|
|
*.html text eol=lf
|
|
*.svg text eol=lf
|
|
*.gitignore text eol=lf
|
|
*.gitattributes text eol=lf
|
|
*.editorconfig text eol=lf
|
|
|
|
test/data/**/*.html linguist-generated
|
|
|
|
# Denote all files that are truly binary and should not be modified
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.eot binary
|
|
*.otf binary
|
|
|