mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
34 lines
413 B
Plaintext
34 lines
413 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.idea
|
|
|
|
package-lock.json
|
|
/.next/
|
|
/yarn.lock
|
|
/generator/openapi/
|
|
/generator/openapi.yml
|
|
/generator/expandOpenAPIRef
|
|
|
|
# LLM documentation (generated)
|
|
/public/llms/
|
|
/public/llms.txt
|