diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cd1cbfb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,28 @@ +# 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 diff --git a/.gitmodules b/.gitmodules index 385a127..cd26649 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "gta5view"] path = gta5view - url = https://github.com/SyDevTeam/gta5view + url = https://gitlab.com/Syping/gta5view/ + branch = 1.6.x diff --git a/gta5view b/gta5view deleted file mode 160000 index 12f8430..0000000 --- a/gta5view +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 12f8430f343b80ad1be717c587329686720f6725