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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,11 @@ data/*.token
identity.json
*.p8
*credentials.json

# Credential bundles. Added 2026-07-27: @taOS-website-dev ran the same audit
# on its repo and found shapes my first pass (PR #2171) missed. Verified on
# origin/dev: creds.json, my_creds.json and data/creds.json were all NOT
# ignored, while *credentials.json already was. Matching the *creds* stem
# closes the shorter spelling, which is the one people actually type.
# Verified against every tracked file on origin/dev: 0 become ignored.
*creds*.json
Loading