From 69bea0737c8247073c48f1bf67b21d13a579257f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 6 May 2020 23:01:29 -0400 Subject: [PATCH] Ignore web/libraries although that feels risky --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index afcf45f..b9441aa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ # Drutopia-provided files which should not be overridden /web/core /web/modules/contrib +/web/libraries/ /web/profiles/contrib /web/themes/contrib /web/sites/default/files @@ -21,4 +22,4 @@ d7 data /.editorconfig -/.gitattributes \ No newline at end of file +/.gitattributes