mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
c9e352033e
# Which Problems Are Solved This allows us to build multiple docs in parallel and only runs when docs/proto are changed. # Additional Changes - [ ] Change "required" in GitHub from Vercel to the docs flow --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
30 lines
408 B
Plaintext
30 lines
408 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
.artifacts
|
|
|
|
# Generated by docusaurus-plugin-openapi-docs
|
|
docs/apis/resources
|
|
|
|
# Generated markedown from config
|
|
/uitls/generate_config/node_modules
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
package-lock.json
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.vercel
|