mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
39 lines
486 B
Plaintext
39 lines
486 B
Plaintext
# Build outputs
|
|
dist/
|
|
build/
|
|
.vite/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Lock files (large, rarely useful)
|
|
package-lock.json
|
|
bun.lock
|
|
yarn.lock
|
|
|
|
# Generated / cache
|
|
nanobanana-output/
|
|
*.tsbuildinfo
|
|
.cache/
|
|
|
|
# Design / static assets
|
|
public/
|
|
src/components/shared-assets/
|
|
|
|
# Type declaration outputs
|
|
**/*.d.ts
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# GitHub workflows (not relevant to code tasks)
|
|
.github/
|
|
|
|
# Scripts (deployment/utility scripts rarely needed)
|
|
scripts/
|