Skip to content

Commit 3f5fad6

Browse files
committed
Harden public repo gitignore
1 parent 94b85d1 commit 3f5fad6

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,32 @@ dist
1414
.envrc
1515
codegen.log
1616
Brewfile.lock.json
17+
18+
# Public repo local safety
19+
.env.*
20+
!.env.example
21+
!.env.sample
22+
.npmrc
23+
.pypirc
24+
*.pem
25+
*.key
26+
*.crt
27+
*.p12
28+
*.pfx
29+
*.token
30+
*.secret
31+
*.log
32+
*.log.*
33+
.cache/
34+
.tmp/
35+
tmp/
36+
temp/
37+
.codex/
38+
.agents/
39+
.claude/
40+
.vscode/
41+
.DS_Store
42+
Thumbs.db
43+
*.swp
44+
*.swo
45+
*~

0 commit comments

Comments
 (0)