ca-grow-ops-manager/.gitignore
fullsizemalt a4ea600843
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s
chore: Add .gitignore and update dependencies
- Added root .gitignore to exclude node_modules
- Updated backend and frontend package-lock.json
- Updated STATUS.md
- Added deployment helper scripts
2025-12-09 00:30:27 -08:00

38 lines
443 B
Text

# Dependencies
node_modules/
backend/node_modules/
frontend/node_modules/
.pnp
.pnp.js
# Testing
coverage/
# Production
dist/
build/
backend/dist/
frontend/dist/
# Misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
CREDENTIALS_BACKUP.txt
# Editor
.vscode/
.idea/
# Prisma
backend/prisma/migrations/
backend/prisma/dev.db
# Docker
docker-compose.env