From b9c7a83d099533546d6d2f4bab220fe4983c005b Mon Sep 17 00:00:00 2001 From: Otto Zaiser <zaisero@nic.ar> Date: Mon, 13 Aug 2018 16:00:46 -0300 Subject: [PATCH] Agregando ignores --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 50d278d..5741a73 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Ignore directories generated by Composer /drush/contrib/ /vendor/ +/web/ /web/core/ /web/modules/contrib/ /web/themes/contrib/ @@ -22,3 +23,7 @@ # Ignore .env files as they are personal /.env + +.editorconfig +.gitattributes +composer.lock \ No newline at end of file -- GitLab