diff --git a/.dockerignore b/.dockerignore index d196463e..a8890452 100644 --- a/.dockerignore +++ b/.dockerignore @@ -13,3 +13,6 @@ README.md # Binary output /external/bls-zexe/target/release /rosetta + +# Ignore generated credentials from google-github-actions/auth +gha-creds-*.json diff --git a/.gitignore b/.gitignore index 42854428..37e7d7b7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ bin/ celo/ *.tar.gz .vscode + +# Ignore generated credentials from google-github-actions/auth +gha-creds-*.json