diff --git a/.dockerignore b/.dockerignore index 9ff4d2f18f38..275c8ea9e695 100644 --- a/.dockerignore +++ b/.dockerignore @@ -18,4 +18,7 @@ logs /.fetch erl_crash.dump *.ez -*.beam \ No newline at end of file +*.beam + +# Ignore generated credentials from google-github-actions/auth +gha-creds-*.json diff --git a/.gitignore b/.gitignore index ca632b6dfd62..9fad522a6dca 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ node_modules *.iml .vscode + +# Ignore generated credentials from google-github-actions/auth +gha-creds-*.json