Submit the doc directory to npm. Used for document version management.

pull/54/head
jaywcjlove 6 years ago
parent 982173dacd
commit 95632ecfd4

15
.gitignore vendored

@ -1,7 +1,18 @@
npm-debug.log npm-debug.log
yarn.lock
node_modules node_modules
build build
doc
coverage
.DS_Store
.cache .cache
.vscode
.idea .idea
yarn.lock
coverage *.bak
*.tem
*.temp
#.swp
*.*~
~*.*

@ -1,19 +1,28 @@
.gitignore
.cache
scripts scripts
test test
build build
package-lock.json package-lock.json
rollup.config.js
yarn.lock yarn.lock
src src
website website
.postcssrc
.travis.yml
LICENSE LICENSE
coverage coverage
.DS_Store .DS_Store
.babelrc
.travis.yml
.eslintrc .eslintrc
.eslintignore .eslintignore
.babelrc
.editorconfig .editorconfig
.postcssrc
.cache
.vscode
.idea
*.bak
*.tem
*.temp
#.swp
*.*~
~*.*

Loading…
Cancel
Save