Open Source Snapmatic and Savegame viewer/editor for GTA V
https://gta5view.syping.de/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
459 B
28 lines
459 B
# Auto detect text files and perform LF normalization |
|
* text=auto eol=lf |
|
|
|
# Development files |
|
*.cpp text eol=lf |
|
*.h text eol=lf |
|
*.ui text eol=lf |
|
*.qrc text eol=lf |
|
|
|
# Development resources |
|
*.ini text eol=lf |
|
|
|
# Linux development files |
|
*.desktop text eol=lf |
|
|
|
# Windows development files |
|
*.rc text eol=crlf |
|
*.nsi text eol=crlf |
|
*.exe.manifest text eol=crlf |
|
|
|
# Binary files |
|
*.png binary |
|
*.jpg binary |
|
*.qm binary |
|
*.ico binary |
|
*.icns binary |
|
*.xcf binary |
|
*.g5e binary
|
|
|