Files
ndsolutionswebsite/.gitignore
Daniel S 0c073983e9
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 1m3s
feat(editor): add section manipulation APIs and interactive sidebar controls
2026-08-09 21:08:35 +02:00

33 lines
323 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
# coverage report
coverage/
# draft files
*.draft.json