Skip to content

Commit 74e757c

Browse files
ignore package-lock
1 parent 6fb9e80 commit 74e757c

File tree

2 files changed

+10
-1262
lines changed

2 files changed

+10
-1262
lines changed

.gitignore

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
.DS_Store
2-
npm-debug.log
3-
Thumbs.db
4-
node_modules/
5-
out/
6-
.vs/
7-
sample-coverlet-app/*/bin/
8-
sample-coverlet-app/*/obj/
9-
*.vsix
1+
.DS_Store
2+
npm-debug.log
3+
Thumbs.db
4+
node_modules/
5+
out/
6+
.vs/
7+
sample-coverlet-app/*/bin/
8+
sample-coverlet-app/*/obj/
9+
*.vsix
10+
package-lock.json

0 commit comments

Comments
 (0)