From 08b83caeb46afadb73f239ad24ad6982d82f2335 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 11 Mar 2021 21:15:39 +0200 Subject: [PATCH] .gcloudignore: Ignore some local files --- .gcloudignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gcloudignore b/.gcloudignore index a987f11..a1e2800 100644 --- a/.gcloudignore +++ b/.gcloudignore @@ -13,7 +13,11 @@ .git .gitignore +# Ignores from local project +upload +node_modules + # Python pycache: __pycache__/ # Ignored by the build system -/setup.cfg \ No newline at end of file +/setup.cfg