Adding uploads folder configuration to gitignore

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-10-05 09:20:57 +02:00
parent 0c667b13ae
commit 60c77eb355
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
5 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -39,6 +39,7 @@ uploads/*
release/
!uploads/.gitkeep
!uploads/exports/.gitkeep
!uploads/exports/**/.gitkeep
.idea
*.mo
*.po~

0
uploads/exports/.gitkeep Normal file
View File

View File

View File

View File