Skip to content

Commit c60a7c6

Browse files
committed
Some files were not properly ignored during packaging
1 parent eda0725 commit c60a7c6

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.vscodeignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
.vscode/**
2-
typings/**
3-
test/**
4-
coverage/**
1+
.vscode/**/*
2+
typings/**/*
3+
test/**/*
4+
coverage/**/*
55
images/public.gif
66
npm-debug.log
77
yarn.lock
88
yarn-error.log
9-
__*
9+
**/__*
1010
.codeclimate.yml
1111
.editorconfig
1212
.eslintignore
1313
.eslintrc.yaml
1414
.gitattributes
1515
.gitignore
16-
.idea
16+
.idea/**/*
1717
.nvmrc
18+
.nyc_output/**/*
1819
.nycrc
1920
.travis.yml
2021
cli-test-mocha.opts
2122
jsconfig.json
23+
tag-release.sh
24+

0 commit comments

Comments
 (0)