Bump docusaurus
This commit is contained in:
parent
170e080d64
commit
31a871a4f2
|
|
@ -1,3 +1,32 @@
|
||||||
build/
|
/public
|
||||||
node_modules/
|
/resources/_gen
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
/node_modules
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
|
# Production
|
||||||
|
/build
|
||||||
|
|
||||||
|
# Generated files
|
||||||
.docusaurus
|
.docusaurus
|
||||||
|
.cache-loader
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
.DS_Store
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
Session.vim
|
||||||
|
/contrib
|
||||||
|
.ignore
|
||||||
|
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
files_without_canonical.txt
|
||||||
|
/tmp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue