report-generator-backend/.dockerignore
jorming.chong 148182c680
Some checks are pending
Test / test (push) Waiting to run
first commit
2026-01-07 09:29:07 +08:00

42 lines
413 B
Plaintext

# Git
**/.git/
# Backup
**/*.bak
# NodeJS
**/node_modules/
# coverage test output
.nyc_output
coverage/
# log files
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Yarn2 (PnP)
.pnp.*
.yarn/*
!.yarn/releases/
# tsc buildinfo
*.tsbuildinfo
# VScode
.vscode/
# Test output
**/.nyc_output
# Volumes (for Docker deployment)
volumes/*
# App specific
.env
dist/
scripts/