diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..ff6dead8a --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +# Ignore generated credentials from google-github-actions/auth +gha-creds-*.json \ No newline at end of file diff --git a/.gcloudignore b/.gcloudignore new file mode 100644 index 000000000..ff6dead8a --- /dev/null +++ b/.gcloudignore @@ -0,0 +1,2 @@ +# Ignore generated credentials from google-github-actions/auth +gha-creds-*.json \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7136a719b..e82ba2e8d 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ old_* #Jupyter .ipynb_checkpoints + +# Ignore generated credentials from google-github-actions/auth +gha-creds-*.json