mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-04-11 18:08:16 +00:00
33 lines
353 B
Plaintext
33 lines
353 B
Plaintext
# Build outputs
|
|
dist/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Lock files
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Test coverage output
|
|
coverage/
|
|
|
|
# Generated type declarations
|
|
**/*.d.ts
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# E2E test fixtures (keep unit tests)
|
|
test/
|
|
|
|
# Environment secrets — never read
|
|
.env
|
|
.env.*
|
|
!.env.example
|