Skip to content

Commit

Permalink
Add or update ignore files (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Feb 19, 2025
1 parent d3e2586 commit 4ad0ef4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json

# Ignore source directories
**/.git
4 changes: 4 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!include:.gitignore

# Ignore source directories
**/.git
2 changes: 1 addition & 1 deletion .github/actions/create-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#
# - uses: 'actions/setup-go@v5'
# with:
# go-version: '1.21'
# go-version-file: 'go.mod'
#
# - uses: 'goreleaser/goreleaser-action@v5'
# with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ override.tf
override.tf.json
*_override.tf
*_override.tf.json

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

0 comments on commit 4ad0ef4

Please sign in to comment.