From 3316ac648ec850977f4c4a89f2afbc1ca3cd7a67 Mon Sep 17 00:00:00 2001 From: MickaelFontes <81414455+MickaelFontes@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:24:28 +0000 Subject: [PATCH] feat(gcp): :see_no_evil: add `.gcloudignore` file --- .gcloudignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gcloudignore diff --git a/.gcloudignore b/.gcloudignore new file mode 100644 index 0000000..d3a1a59 --- /dev/null +++ b/.gcloudignore @@ -0,0 +1,41 @@ +# This file specifies files that are *not* uploaded to Google Cloud Platform +# using gcloud. It follows the same syntax as .gitignore, with the addition of +# "#!include" directives (which insert the entries of the given .gitignore-style +# file at that point). +# +# For more information, run: +# $ gcloud topic gcloudignore +# +.gcloudignore +# If you would like to upload your .git directory, .gitignore file or files +# from your .gitignore file, remove the corresponding line +# below: +.git +.gitignore + +node_modules +#!include:.gitignore + +# Github stuff +.github/ +docs/ +README.md + +# development files +.devcontainer/ +.tests/ +Dockerfile.dev +LICENSE +Makefile + +# project files not used +poetry.lock +pyproject.toml + +# linting and co +cog.toml +.pylintrc +.flake8 + +# scrapping +noplp/