Files
kami_apple_exchage/.gitignore
danial 48cdcb6140 feat: Add deployment scripts and configuration for Apple Gift Card Exchange Platform
- Create README.md for deployment instructions including environment requirements and setup steps.
- Implement deploy.sh script for automated deployment of development and production environments.
- Add combined Docker Compose configuration for frontend and backend services.
- Include Redis configuration file for optimized memory management and persistence.
- Update frontend Dockerfile to handle Next.js asset paths and static files.
- Remove obsolete deployment files and configurations from frontend directory.
2025-09-11 17:57:18 +08:00

31 lines
529 B
Plaintext

/backend/_pycache/
/backend/venv/
/backend/.idea/
/backend/logs/*
/backend/logs/
/backend/apple多线程/_pycache/
/backend/.vscode/
/backend/*.txt
/frontend/node_modules/
/frontend/.idea/
/frontend/.vscode/
/frontend/*.txt
/frontend/dist/
/frontend/build/
/frontend/.env/
/frontend/.next/
/backend/__pycache__/
/backend/templates/
/.idea/
/.vscode/
/.claude/
/.codebuddy/
/.idea/
/backend/.env/
/frontend/node_modules/
/frontend/dist/
/frontend/.next/
/frontend/out/
/backend/.codebuddy/
/frontend/.codebuddy/
/frontned/.claude/