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

46 lines
506 B
Plaintext

node_modules
# OS
.DS_Store
# npm settings
.npmrc
# coverage test output
.nyc_output
/coverage/
# log files
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Backup
*.bak
# yarn files (sdks are excluded as it depends on vscode version)
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# tsc buildinfo
*.tsbuildinfo
# tsc build output
/dist/
# Volumes (for Docker deployment)
/volumes/*
# env
/.env
# GitKeep
!.gitkeep