mirror of
https://gitlab.com/Syping/gta5view-cmd
synced 2024-11-21 13:10:23 +01:00
update submodules
This commit is contained in:
parent
1452ff2ae6
commit
d05bfc8ba9
3 changed files with 30 additions and 2 deletions
28
.gitattributes
vendored
Normal file
28
.gitattributes
vendored
Normal file
|
@ -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
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,4 @@
|
|||
[submodule "gta5view"]
|
||||
path = gta5view
|
||||
url = https://github.com/SyDevTeam/gta5view
|
||||
url = https://gitlab.com/Syping/gta5view/
|
||||
branch = 1.6.x
|
||||
|
|
1
gta5view
1
gta5view
|
@ -1 +0,0 @@
|
|||
Subproject commit 12f8430f343b80ad1be717c587329686720f6725
|
Loading…
Reference in a new issue