From b0f85cd4ed081a3f6eebd3cce74c8e2b725dadb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 10 Jun 2020 21:02:56 -0400 Subject: [PATCH] Commit updates to scaffolding files --- .gitignore | 2 ++ web/modules/.gitignore | 1 + web/themes/.gitignore | 1 + 3 files changed, 4 insertions(+) create mode 100644 web/modules/.gitignore create mode 100644 web/themes/.gitignore diff --git a/.gitignore b/.gitignore index f7ec36b..2921749 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ drush/drush.yml ## composer.json/composer.lock file called for modules X and Y, which were not deployed" ## to make it easier to understand the resulting config import error :-/ # composer.lock +/.editorconfig +/.gitattributes \ No newline at end of file diff --git a/web/modules/.gitignore b/web/modules/.gitignore new file mode 100644 index 0000000..739a339 --- /dev/null +++ b/web/modules/.gitignore @@ -0,0 +1 @@ +/README.txt \ No newline at end of file diff --git a/web/themes/.gitignore b/web/themes/.gitignore new file mode 100644 index 0000000..739a339 --- /dev/null +++ b/web/themes/.gitignore @@ -0,0 +1 @@ +/README.txt \ No newline at end of file