lorehub
Version:
Capture and surface the collective wisdom of your codebase
32 lines (28 loc) • 544 B
Plain Text
# Auto detect text files and perform LF normalization
* text=auto
# JS/TS files
*.js text eol=lf
*.jsx text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.json text eol=lf
*.md text eol=lf
# Config files
.gitignore text eol=lf
.gitattributes text eol=lf
.eslintrc* text eol=lf
.prettierrc* text eol=lf
tsconfig.json text eol=lf
package.json text eol=lf
package-lock.json text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.db binary
*.sqlite binary
# Diff settings
*.json diff=json
*.md diff=markdown