nis2-agile/.dockerignore
Cristiano Benassati 0a73983cba [FIX] Dockerignore: allow docker/php.ini for build context
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 09:17:52 +01:00

28 lines
294 B
Plaintext

# Git
.git
.gitignore
# Environment & credentials
.env
docs/credentials/
# IDE
.vscode/
.idea/
# OS files
Thumbs.db
.DS_Store
# Docker (avoid recursive copy, but keep php.ini for build)
docker/
!docker/php.ini
# Documentation (not needed in image)
CLAUDE.md
*.md
# Temp files
*.log
*.tmp