Skip to content

Commit a667097

Browse files
authored
Add or update ignore files (#151)
1 parent 13783f1 commit a667097

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore generated credentials from google-github-actions/auth
2+
gha-creds-*.json
3+
4+
# Ignore source directories
5+
**/.git

.gcloudignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!include:.gitignore
2+
3+
# Ignore source directories
4+
**/.git

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ go.work
2424

2525
# Go releaser build directory
2626
dist/
27+
28+
# Ignore generated credentials from google-github-actions/auth
29+
gha-creds-*.json

0 commit comments

Comments
 (0)