# Docker ignore file # Ignore local environment files - use docker-compose environment instead .env .env.local .env.*.local # Ignore build artifacts maplepress-backend *.log # Ignore git .git .gitignore # Ignore IDE files .vscode .idea *.swp *.swo