Skip to content

Commit 99f9ea9

Browse files
authored
fix: Update .gitignore (#265)
Adds gha-creds-*.json to .gitignore.
1 parent 0c7f490 commit 99f9ea9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ samples/*/*.js
1515

1616
# Ignore Firebase cache
1717
.firebase
18-
firebase-debug.log
18+
firebase-debug.log
19+
20+
# Ignore all gha-creds-*.json files
21+
gha-creds-*.json

0 commit comments

Comments
 (0)