mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
MUI - Add some extensions in ".gitattributes"
This commit is contained in:
parent
cdd3b605e7
commit
1f5b7134eb
22
.gitattributes
vendored
22
.gitattributes
vendored
@ -1,15 +1,35 @@
|
||||
# see https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
|
||||
# or https://www.git-scm.com/docs/gitattributes
|
||||
|
||||
|
||||
*.ahk text eol=crlf
|
||||
*.c text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
*.h text eol=crlf
|
||||
*.ini text eol=crlf
|
||||
*.lang text eol=crlf
|
||||
*.iss text eol=crlf
|
||||
*.lang text eol=crlf
|
||||
*.loc text eol=crlf
|
||||
*.md text eol=crlf
|
||||
*.ps1 text eol=crlf
|
||||
*.rc text eol=crlf
|
||||
*.sln text eol=crlf
|
||||
*.tpl text eol=crlf
|
||||
*.txt text eol=crlf
|
||||
*.vcxproj* text eol=crlf
|
||||
*.yml text eol=crlf
|
||||
.editorconfig text eol=crlf
|
||||
.gitattributes text eol=crlf
|
||||
.gitignore text eol=crlf
|
||||
|
||||
|
||||
*.bmp binary
|
||||
*.cur binary
|
||||
*.ico binary
|
||||
*.jpg binary
|
||||
*.png binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.tif binary
|
||||
*.tiff binary
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user