Skip to content

Commit 30f3b61

Browse files
committed
add coment in .gitignore.
1 parent ae7d8e3 commit 30f3b61

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
out/*
2-
node_modules/*
1+
#ignore folder
2+
/out/
3+
/node_modules/
34

5+
#ignore specific files.
6+
.BROWSE.VC.DB
7+
.BROWSE.VC.DB-shm
8+
.BROWSE.VC.DB-wal
9+
10+
#ignore extension.
411
*.vsix

0 commit comments

Comments
 (0)