Skip to content

Commit 9cec879

Browse files
committed
chore: update .gitignore
1 parent 22e1374 commit 9cec879

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

.gitignore

+28-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,31 @@ coverage/
33
dist/
44
node_modules/
55
public/
6-
yarn.lock
6+
yarn.lock
7+
8+
# IDEs and editors
9+
.idea/
10+
11+
# Visual Studio Code
12+
.vscode/*
13+
!.vscode/settings.json
14+
!.vscode/tasks.json
15+
!.vscode/launch.json
16+
!.vscode/extensions.json
17+
.history/*
18+
19+
# System files
20+
.DS_Store
21+
Thumbs.db
22+
23+
# Numerous always-ignore extensions
24+
*.diff
25+
*.err
26+
*.log
27+
*.orig
28+
*.rej
29+
*.swo
30+
*.swp
31+
*.vi
32+
*.zip
33+
*~

0 commit comments

Comments
 (0)