From 116019d62cc01506d384c50dd4722784c50552c9 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 9 Jan 2016 14:40:20 -0600 Subject: Add infrastructure as a submodule --- .gitmodules | 3 +++ infrastructure | 1 + 2 files changed, 4 insertions(+) create mode 160000 infrastructure diff --git a/.gitmodules b/.gitmodules index 941fd5b..a2f1b6a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "streetsmod/libs/smartfs"] path = streetsmod/libs/smartfs url = https://github.com/rubenwardy/smartfs.git +[submodule "infrastructure"] + path = infrastructure + url = https://github.com/cheapie/infrastructure diff --git a/infrastructure b/infrastructure new file mode 160000 index 0000000..4d683f0 --- /dev/null +++ b/infrastructure @@ -0,0 +1 @@ +Subproject commit 4d683f0b5b0f27bffed34a061e975b72d52679a4 -- cgit v1.2.3