Git modules (squash later)

This commit is contained in:
Leroy Hopson 2021-06-15 13:52:19 +07:00
parent c1334896d6
commit 2f4cbacf15
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,7 +1,6 @@
# Godot-specific ignores # Godot-specific ignores
.import/ .import/
export.cfg export.cfg
export_presets.cfg
export/ export/
# Mono-specific ignores # Mono-specific ignores

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "addons/godot_xterm/libtsm"] [submodule "addons/godot_xterm/libtsm"]
path = addons/godot_xterm/native/thirdparty/libtsm path = addons/godot_xterm/native/thirdparty/libtsm
url = https://github.com/lihop/libtsm url = https://github.com/lihop/libtsm
[submodule "misc/export_templates/godot"]
path = misc/export_templates/godot
url = https://github.com/godotengine/godot

@ -0,0 +1 @@
Subproject commit 7610409b8a14b8499763efa76578795c755a846d