Skip to content

Commit 136731c

Browse files
author
Reg (Ceradon AI)
committed
security: add sensitive file patterns to .gitignore
1 parent 5bbfeb1 commit 136731c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ vantage-cap-brief.pdf
88
.env
99
.env.local
1010
.env.*.local
11+
12+
# Security - auto-added by Reg
13+
*.pem
14+
*.key
15+
id_rsa
16+
id_rsa.pub
17+
credentials.json
18+
.env.local
19+
.env.production

0 commit comments

Comments
 (0)