From e6e554ad4471cb074f18c6be47f3477516d94e7b Mon Sep 17 00:00:00 2001 From: Ofer Shaal Date: Tue, 15 Jun 2021 22:48:35 -0400 Subject: [PATCH] Adding gitmodules, to untrack repos/drupal changes --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..44ac4d2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "drupal"] + path = repos/drupal + url = https://git.drupalcode.org/project/drupal.git + ignore = dirty