botbook/.gitignore
Rodrigo Rodriguez (Pragmatismo) d16e56de9a
Some checks failed
GBCI / build (push) Failing after 1m52s
chore: remove unused files and add babel and tsconfig for Docusaurus setup
2025-04-12 19:34:13 -03:00

20 lines
233 B
Text

# 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*