From 1871b834a715be2e8c4e25938cf3db3866a80ec6 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 13 Apr 2023 23:19:23 +0200 Subject: Add Readme and License Fix bug when without upload folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dca0ee6..7ceb963 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,8 @@ npm-debug.* *.mobileprovision *.orig.* web-build/ -backend/static/upload/ +backend/static/upload/* +!backend/static/upload/.gitkeep # macOS .DS_Store -- cgit v1.3.1