From ea4741dda2add3ce4acd20d91b55a591bf96f7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Markovi=C4=87?= Date: Fri, 7 Jul 2023 20:44:43 +0400 Subject: [PATCH] Ignore auto generated files in upload --- data/uploads/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/uploads/.gitignore diff --git a/data/uploads/.gitignore b/data/uploads/.gitignore new file mode 100644 index 0000000..bd708a3 --- /dev/null +++ b/data/uploads/.gitignore @@ -0,0 +1,2 @@ +# Ignore auto-genrated files +*__*.*