mirror of
https://github.com/GavinBS/win-setup-menu.git
synced 2026-08-17 16:56:17 +05:30
33 lines
512 B
Plaintext
33 lines
512 B
Plaintext
# Default: normalize text files in repo
|
|
* text=auto
|
|
|
|
# Windows scripts
|
|
*.ps1 text eol=crlf
|
|
*.psm1 text eol=crlf
|
|
*.psd1 text eol=crlf
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
|
|
# Unix/Linux scripts and configs
|
|
*.sh text eol=lf
|
|
*.bash text eol=lf
|
|
*.zsh text eol=lf
|
|
*.nix text eol=lf
|
|
|
|
# Common text files
|
|
*.md text eol=lf
|
|
*.json text eol=lf
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
*.toml text eol=lf
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.exe binary
|
|
*.zip binary
|
|
*.7z binary
|