Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ next-env.d.ts
# wrangler files
.wrangler
.dev.vars

# Prevent google-github-actions/auth credentials being committed to git by accident

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While the intent is clear, this comment is a bit verbose. The purpose of any entry in a .gitignore file is to prevent files from being committed, so explicitly stating this is redundant. A more concise comment that describes the files being ignored would be more conventional and improve readability.

# Google GitHub Actions credentials

gha-creds-*.json