From 95c7657acef236f85c534f1300cc3a02d733c99f Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Tue, 20 Apr 2021 20:21:24 +0200 Subject: [PATCH] add gitingore for modulebuilders --- htdocs/modulebuilder/template/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/modulebuilder/template/.gitignore b/htdocs/modulebuilder/template/.gitignore index 942cb8b03ba..150a55149b6 100644 --- a/htdocs/modulebuilder/template/.gitignore +++ b/htdocs/modulebuilder/template/.gitignore @@ -15,4 +15,6 @@ /.buildpath /.project # Other -*.back \ No newline at end of file +*.back +/.editorconfig +/.gitattributes