1
0
mirror of https://github.com/ilri/csv-metadata-quality-web.git synced 2025-07-06 06:21:37 +02:00

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:
2021-03-12 23:08:28 +02:00
parent 69abc3d764
commit e5f57802f3
2 changed files with 0 additions and 2 deletions

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

1
.gitignore vendored

@ -1,2 +1 @@
uploads
node_modules