mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
Linting and Formatting
This commit is contained in:
38
.claudeignore
Normal file
38
.claudeignore
Normal file
@@ -0,0 +1,38 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user