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
yarn.lock
node_modules
build
doc
coverage
.DS_Store
.cache
.vscode
.idea
yarn.lock
coverage
*.bak
*.tem
*.temp
#.swp
*.*~
~*.*

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

Loading…
Cancel
Save