From 903db2355c9fc38289b0f99526b7e54961372b19 Mon Sep 17 00:00:00 2001 From: pputman-clabs Date: Tue, 30 Jan 2024 15:09:12 -0600 Subject: [PATCH] adding gha credentials to git and docker ignore files --- .dockerignore | 3 +++ .gitignore | 3 +++ 2 files changed, 6 insertions(+) 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