frappe_docker/.gitignore
duthink d4d99afdfa Add production environment configuration and deployment scripts for ERPNext
- Created example environment files for MariaDB, production, and Traefik with placeholders for sensitive information.
- Implemented backup and site creation scripts to facilitate ERPNext site management.
- Developed deployment script to manage the setup of ERPNext, MariaDB, and Traefik services using Docker Compose.
- Added logging and validation scripts to assist in monitoring and ensuring correct configuration.
- Included stop script to manage service shutdowns gracefully.
- Enhanced error handling and user prompts for better usability.
2025-10-17 23:39:59 +05:30

36 lines
495 B
Text

# Environment Variables
.env
# mounted volume
sites
development/*
!development/README.md
!development/installer.py
!development/apps-example.json
!development/vscode-example/
# Pycharm
.idea
# VS Code
.vscode/**
!.vscode/extensions.json
# VS Code devcontainer
.devcontainer
*.code-workspace
# Python
*.pyc
__pycache__
venv
# NodeJS
node_modules
# Production environment files (never commit secrets)
production/*.env
production/generated-compose.yaml
production/logs/
production/backups/