Files
netbird-docs/.gitignore
2026-02-18 20:55:06 +01:00

37 lines
528 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
# Edit on GitHub index routes (generated by scripts/generate-github-routes.mjs)
/src/lib/edit-on-github-routes.js