Git: Ignore test_uploads folder

Ignore the uploads folder for tests.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-03-31 22:59:47 +02:00 committed by David Mehren
parent e955e204c4
commit 6c1f72f93b
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

1
.gitignore vendored
View file

@ -41,3 +41,4 @@ dist
public/uploads/*
!public/uploads/.gitkeep
uploads
test_uploads