Skip to content

Commit e1ff4fc

Browse files
chore: added key.pem to gitignore
1 parent ca01e12 commit e1ff4fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ node_modules/
99
.idea/
1010
.vscode/
1111
.cursor
12-
pnpm-lock.yaml
12+
pnpm-lock.yaml
13+
14+
# Private keys
15+
key.pem
16+
key.pem.pub
17+
*.pem

0 commit comments

Comments
 (0)