.gitignore + .gitattributes

This commit is contained in:
Eddoursul 2021-10-05 13:26:04 +02:00
parent 3feb0a0e6b
commit 554f2a9523
2 changed files with 16 additions and 0 deletions

13
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1,3 @@
*.flm
*.zip
*.7z