Skip to content

Commit 2259822

Browse files
committed
update .gitignore (ignore .vscode)
Ignore .vscode directory and make some other entries more specific.
1 parent 411ebec commit 2259822

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.ipk
2-
node_modules
3-
dist
2+
/node_modules/
3+
/dist/
44
.DS_Store
5+
/.vscode/

0 commit comments

Comments
 (0)