Skip to content

Commit

Permalink
Add test related files to .vscodeignore (Azure#714)
Browse files Browse the repository at this point in the history
* Add .vscode-test to vscodeignore

* Add other test related files to .vscodeignore
  • Loading branch information
shenglol authored Oct 23, 2020
1 parent 8e31f94 commit 0ec80af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vscode-bicep/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.vscode/**
.vscode-test/**
coverage/**
typings/**
out/test/**
test/**
src/**
**/*.map
.gitignore
tsconfig.json
gulpfile.js
jest.config.*.js
vsc-extension-quickstart.md

0 comments on commit 0ec80af

Please sign in to comment.