35 lines
453 B
Plaintext
35 lines
453 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
.vercel
|
|
/static/img/*.svg
|
|
/static/img/*.png
|
|
vercel.json
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Documentation build artifacts
|
|
/html/
|
|
/src/tests.ok
|
|
/src/cli/usage.md
|
|
/src/.gitbook/assets/*.svg
|
|
|
|
# i18n gets generated by write-translations & Crowdin
|
|
i18n
|