lipu-pali/.gitignore
irl b2beb39b92
Some checks failed
Build and deploy / lint (push) Failing after 1m5s
feat: build and deploy with netlify
2025-06-03 16:50:42 +01:00

28 lines
312 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*
# IntelliJ
/.idea
# Generated docs
/docs/api
# Local Netlify folder
.netlify