We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda0725 commit c60a7c6Copy full SHA for c60a7c6
.vscodeignore
@@ -1,21 +1,24 @@
1
-.vscode/**
2
-typings/**
3
-test/**
4
-coverage/**
+.vscode/**/*
+typings/**/*
+test/**/*
+coverage/**/*
5
images/public.gif
6
npm-debug.log
7
yarn.lock
8
yarn-error.log
9
-__*
+**/__*
10
.codeclimate.yml
11
.editorconfig
12
.eslintignore
13
.eslintrc.yaml
14
.gitattributes
15
.gitignore
16
-.idea
+.idea/**/*
17
.nvmrc
18
+.nyc_output/**/*
19
.nycrc
20
.travis.yml
21
cli-test-mocha.opts
22
jsconfig.json
23
+tag-release.sh
24
+
0 commit comments