Skip to content

Commit e109311

Browse files
sionsmithclaude
andcommitted
Harden .gitignore before making repo public
Add exclusions for secrets (.env, key/cert files, tokens), user config with real credentials, and OS artifacts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b99fc23 commit e109311

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
/target
2+
3+
# Secrets and credentials
4+
.env
5+
.env.*
6+
*.pem
7+
*.key
8+
*.p12
9+
*.pfx
10+
*.cert
11+
*.der
12+
tokens.enc
13+
14+
# User config (may contain real client IDs/tenant IDs)
15+
config.toml
16+
17+
# OS artifacts
18+
.DS_Store
19+
Thumbs.db

0 commit comments

Comments
 (0)