From 55367bb28d45f7cc7d9e67f01d0933c1b2f3fc37 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Fri, 5 May 2023 23:40:52 -0400 Subject: [PATCH] git submodule for resources --- .gitignore | 3 --- .gitmodules | 3 +++ res | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 res diff --git a/.gitignore b/.gitignore index 6759643..61ebc21 100755 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,6 @@ node_modules .well-known -# symbolic links -res - # glob match *hidden* *secret* diff --git a/.gitmodules b/.gitmodules index 70a2d5b..9ee1fad 100755 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "index/games/eternal-space"] path = index/games/eternal-space url = https://git.arrayinamatrix.xyz/array-in-a-matrix/eternal-space +[submodule "res"] + path = res + url = https://git.arrayinamatrix.xyz/array-in-a-matrix/res diff --git a/res b/res new file mode 160000 index 0000000..a64b20f --- /dev/null +++ b/res @@ -0,0 +1 @@ +Subproject commit a64b20f61404a3d428de3dedd2ba4539676be9f9