Files
ICCery/.gitattributes
T

58 lines
1.0 KiB
Plaintext

# Auto detect text files and perform LF normalization on commit
* text=auto eol=lf
# Explicit text files normalized to LF
*.rs text eol=lf
*.js text eol=lf
*.mjs text eol=lf
*.html text eol=lf
*.css text eol=lf
*.json text eol=lf
*.toml text eol=lf
*.xml text eol=lf
*.svg text eol=lf
*.md text eol=lf
*.py text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.lock text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf
.editorconfig text eol=lf
# ArgyllCMS datasets and test fixtures (CGATS text format)
*.ti1 text eol=lf
*.ti2 text eol=lf
*.ti3 text eol=lf
*.gam text eol=lf
*.mock text eol=lf
# Windows scripts and installers
*.cmd text eol=crlf
*.bat text eol=crlf
*.ps1 text eol=crlf
*.nsh text eol=crlf
# Binary file declarations (prevent EOL conversions)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.bmp binary
*.webp binary
*.ico binary
*.icns binary
*.tif binary
*.tiff binary
*.icc binary
*.icm binary
*.exe binary
*.dll binary
*.so binary
*.dylib binary
*.zip binary
*.tar binary
*.tar.gz binary
*.tgz binary
*.7z binary