29 lines
607 B
Plaintext
29 lines
607 B
Plaintext
# Line endings: Ubuntu production + bash scripts require LF in git.
|
|
# Windows dev: set `git config core.autocrlf false` and rely on this file.
|
|
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
*.vue text eol=lf
|
|
*.ts text eol=lf
|
|
*.mts text eol=lf
|
|
*.mjs text eol=lf
|
|
*.css text eol=lf
|
|
*.scss text eol=lf
|
|
*.html text eol=lf
|
|
*.js text eol=lf
|
|
*.json text eol=lf
|
|
*.yaml text eol=lf
|
|
*.yml text eol=lf
|
|
*.toml text eol=lf
|
|
*.ini text eol=lf
|
|
*.sql text eol=lf
|
|
*.md text eol=lf
|
|
*.txt text eol=lf
|
|
.env.example text eol=lf
|
|
.gitattributes text eol=lf
|
|
.editorconfig text eol=lf
|
|
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|