From d42c67cdc54f823419a0fc3a075e72fefa159918 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 15 Jan 2018 15:54:02 +0100 Subject: [PATCH] added submodule for drupal site --- .gitmodules | 3 +++ public_html | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 public_html diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8769982 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "public_html"] + path = public_html + url = ./public_html/ diff --git a/public_html b/public_html new file mode 160000 index 0000000..1eb61fe --- /dev/null +++ b/public_html @@ -0,0 +1 @@ +Subproject commit 1eb61fe02024fdb0a87df03f2113692b2319b445