Skip to content

Commit 694154b

Browse files
committed
chore: add IDE files to .gitignore
1 parent 17c1233 commit 694154b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ coverage
77
stunnel.conf
88
stunnel.pid
99
*.out
10+
package-lock.json
11+
12+
# IntelliJ IDEs
13+
.idea
14+
15+
# VisualStudioCode IDEs
16+
.vscode/*
17+
!.vscode/settings.json
18+
!.vscode/tasks.json
19+
!.vscode/launch.json
20+
!.vscode/extensions.json

0 commit comments

Comments
 (0)