Don't ignore uploads directory

We're using /tmp now since we apparently can't create and upload to
arbitrary directories on Google App Engine (?).
This commit is contained in:
Alan Orth 2021-03-12 23:08:28 +02:00
parent 69abc3d764
commit e5f57802f3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@
.gitignore
# Ignores from local project
upload
node_modules
# Python pycache:

1
.gitignore vendored
View File

@ -1,2 +1 @@
uploads
node_modules