Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 8269566

Browse files
committed
Don't include test fixtures in a release package
1 parent 269bd69 commit 8269566

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
.vscode/**
22
.vscode-test/**
3+
fixtures/**
34
out/test/**
45
src/**
56
.gitignore
67
vsc-extension-quickstart.md
78
**/tsconfig.json
89
**/tslint.json
910
**/*.map
10-
**/*.ts
11+
**/*.ts

0 commit comments

Comments
 (0)