mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
CHANGE: Adjust the gitattributes to prevent adjustment to the various image files.
This commit is contained in:
parent
2ff01a1d12
commit
5356fe3cfa
25
.gitattributes
vendored
25
.gitattributes
vendored
@ -1,2 +1,23 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text eol=lf
|
||||
# These files are binary and should be left untouched.
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.mov binary
|
||||
*.mp4 binary
|
||||
*.mp3 binary
|
||||
*.flv binary
|
||||
*.fla binary
|
||||
*.swf binary
|
||||
*.gz binary
|
||||
*.zip binary
|
||||
*.7z binary
|
||||
*.ttf binary
|
||||
*.eot binary
|
||||
*.woff binary
|
||||
*.pyc binary
|
||||
*.pdf binary
|
||||
|
||||
# Auto detect text files and perform LF normalization.
|
||||
* text eol=lf
|
||||
|
Loading…
Reference in New Issue
Block a user