.gitignore + .gitattributes
This commit is contained in:
parent
3feb0a0e6b
commit
554f2a9523
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.esm filter= diff= merge= -text
|
||||||
|
*.esp filter= diff= merge= -text
|
||||||
|
*.nif filter= diff= merge= -text
|
||||||
|
*.btr filter= diff= merge= -text
|
||||||
|
*.gitignore filter= diff= merge= text eol=lf
|
||||||
|
*.gitattributes filter= diff= merge= text eol=lf
|
||||||
|
*.json filter= diff= merge= text eol=lf
|
||||||
|
*.md filter= diff= merge= text eol=crlf
|
||||||
|
*.ini filter= diff= merge= text eol=crlf
|
||||||
|
*.txt filter= diff= merge= text eol=crlf
|
||||||
|
*.psc filter= diff= merge= text eol=crlf
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*.flm
|
||||||
|
*.zip
|
||||||
|
*.7z
|
Loading…
Reference in New Issue
Block a user