1
0
mirror of https://github.com/ilri/csv-metadata-quality-web.git synced 2025-05-16 01:43:02 +02:00

.gcloudignore: Ignore some local files

This commit is contained in:
2021-03-11 21:15:39 +02:00
parent 4f1d6fad38
commit 08b83caeb4

@ -13,6 +13,10 @@
.git .git
.gitignore .gitignore
# Ignores from local project
upload
node_modules
# Python pycache: # Python pycache:
__pycache__/ __pycache__/
# Ignored by the build system # Ignored by the build system