28 lines
294 B
Plaintext
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
|