Files
fitra-backend/.dockerignore
2026-01-21 13:37:34 +01:00

30 lines
260 B
Plaintext

# Git
.git
.gitignore
# IDE
.idea
*.iml
# Build artifacts
dist/
*.exe
*.dll
*.so
*.dylib
# Environment
.env
# Uploads (will be mounted as volume)
uploads/
# Documentation
*.md
# Docker files (not needed in context)
docker-compose*.yml
# macOS
.DS_Store