# Dependencies
/node_modules

# Production
/build
/build.timestamp

# Generated files
.docusaurus
.cache-loader
/docs
generated
/static/api/latest
# Debatable if this should be included or not
package-lock.json

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
