Skip to content

Commit b10a8cc

Browse files
committed
fix: update gitignore for IDEs
1 parent 292fe9c commit b10a8cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

3+
# IDEs
4+
.idea
5+
.vscode
6+
37
# dependencies
48
/node_modules
59
/.pnp
@@ -40,4 +44,4 @@ yarn-error.log*
4044
node_modules
4145

4246
.yarn
43-
.swc
47+
.swc

0 commit comments

Comments
 (0)