From 27fa83d8ad537d298986992e5897f07a42f1a694 Mon Sep 17 00:00:00 2001 From: pputman-clabs <99900942+pputman-clabs@users.noreply.github.com> Date: Wed, 31 Jan 2024 03:22:17 -0600 Subject: [PATCH] adding a dockerignore file to ignore gha-credentials (#1018) * adding a dockerignore file to ignore gha-credentials * adding github token credentials to git ignore file --- .dockerignore | 5 ++++- .gitignore | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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