From f801656cd336f6da0ad7802764d41f17f51a42d9 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Wed, 12 Jul 2023 11:40:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=20=D0=B2?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D1=86=D0=B5=D1=81=D1=81=D0=B5.=20=D0=A1?= =?UTF-8?q?=D0=9A=D0=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 -- .gitmodules | 3 +++ addons/godot-logger | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 addons/godot-logger diff --git a/.gitignore b/.gitignore index 75dd351..f0b60c9 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,3 @@ mono_crash.*.json # Godot 4+ specific ignores .godot/ - -addons/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..81a9e79 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "addons/godot-logger"] + path = addons/godot-logger + url = http://gitea.srez.local:3000/sasha80/godot-logger diff --git a/addons/godot-logger b/addons/godot-logger new file mode 160000 index 0000000..296b54f --- /dev/null +++ b/addons/godot-logger @@ -0,0 +1 @@ +Subproject commit 296b54f151d57cd7fd96f66f3a6f70eb76981cd2