From 07adc4122d91732ffbb16a6cb338dbb8152fb9a2 Mon Sep 17 00:00:00 2001 From: Marco Batzinger Date: Mon, 19 Oct 2020 17:55:55 +0200 Subject: [PATCH] added files folder to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e101678..14258f6 100644 --- a/.gitignore +++ b/.gitignore @@ -361,3 +361,5 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd .idea/ + +Files/* \ No newline at end of file