mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 13:21:33 +08:00
chore(gitattributes): set up CRLF handling
This commit is contained in:
parent
a5b481146b
commit
96eb7487e7
1 changed files with 8 additions and 0 deletions
8
.gitattributes
vendored
8
.gitattributes
vendored
|
|
@ -2,4 +2,12 @@ package-lock.json linguist-generated=true
|
|||
**/package-lock.json linguist-generated=true
|
||||
src/public/app/doc_notes/en/User[[:space:]]Guide/** linguist-generated=true
|
||||
src/public/app/doc_notes/en/User[[:space:]]Guide/**/*.md eol=lf
|
||||
|
||||
demo/**/*.html eol=lf
|
||||
demo/**/*.json eol=lf
|
||||
demo/**/*.svg eol=lf
|
||||
demo/**/*.txt eol=lf
|
||||
demo/**/*.js eol=lf
|
||||
demo/**/*.css eol=lf
|
||||
|
||||
libraries/** linguist-vendored
|
||||
Loading…
Add table
Reference in a new issue