Skip to content

Commit

Permalink
adding a dockerignore file to ignore gha-credentials (#1018)
Browse files Browse the repository at this point in the history
* adding a dockerignore file to ignore gha-credentials

* adding github token credentials to git ignore file
  • Loading branch information
pputman-clabs authored Jan 31, 2024
1 parent 8b22e3a commit 27fa83d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ logs
/.fetch
erl_crash.dump
*.ez
*.beam
*.beam

# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ node_modules
*.iml

.vscode

# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json

0 comments on commit 27fa83d

Please sign in to comment.