Skip to content

Commit

Permalink
feat(gcp): 🙈 add .gcloudignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelFontes committed Feb 3, 2025
1 parent ef953a2 commit 3316ac6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 3316ac6

Please sign in to comment.