Submit the doc directory to npm. Used for document version management.
parent
982173dacd
commit
95632ecfd4
@ -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…
Reference in New Issue