3bbb6b4135
Test and Build / backend-test (push) Has been cancelled
Deploy / build-and-push (push) Has been cancelled
Test and Build / frontend-test (push) Has been cancelled
Deploy / deploy-staging (push) Has been cancelled
Deploy / deploy-production (push) Has been cancelled
Test and Build / docker-build (push) Has been cancelled
Test and Build / test-summary (push) Has been cancelled
- Fix .gitignore excluding frontend/public directory - Add index.html and manifest.json to version control - Remove unnecessary favicon references - These files are essential for React build process 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
98 lines
1.0 KiB
Plaintext
98 lines
1.0 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Production builds
|
|
backend/dist/
|
|
frontend/build/
|
|
frontend/dist/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Test coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary files
|
|
temp/
|
|
tmp/
|
|
*.tmp
|
|
|
|
# MinIO configuration
|
|
.mc/
|
|
|
|
# SSL certificates (for local development)
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
|
|
# Docker volumes
|
|
docker/volumes/
|
|
|
|
# PM2
|
|
.pm2/
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
|
|
# Cache directories
|
|
.cache/
|
|
.parcel-cache/
|
|
|
|
# Generated files
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Next.js (if used later)
|
|
.next/
|
|
out/
|
|
|
|
# Gatsby (if used later)
|
|
.cache/
|
|
# public/ - commented out as we need frontend/public for React
|
|
|
|
# Mac specific
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Linux specific
|
|
*~
|
|
|
|
# Windows specific
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Redis dump
|
|
dump.rdb |