Skip to content

Commit 344e631

Browse files
committed
chore: .gitignore update
1 parent 7a832c4 commit 344e631

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
.DS_Store
1+
# Misc
22
package-lock.json
33

44
# Folders to ignore
55
node_modules
6+
/coverage
7+
8+
# IDEs and editors
9+
/.idea
10+
11+
# IDE - VSCode
12+
.vscode/*
13+
!.vscode/settings.json
14+
!.vscode/tasks.json
15+
!.vscode/launch.json
16+
!.vscode/extensions.json
17+
18+
# System Files
19+
.DS_Store
20+
Thumbs.db

0 commit comments

Comments
 (0)