simpleshop_theme/.dockerignore

45 lines
508 B
Plaintext
Raw Permalink Normal View History

# Build artifacts
_build/
deps/
.elixir_ls/
# Git
.git/
.gitignore
# Test and dev
test/
.formatter.exs
.credo.exs
.dialyzer_ignore.exs
# Database files
*.db
*.db-wal
*.db-shm
# Docker
Dockerfile*
.dockerignore
docker-compose*
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# CI/docs
CLAUDE.md
PROGRESS.md
ROADMAP.md
docs/
# Generated image variants (regenerated on startup from DB)
priv/static/image_cache/
# Mockup .gz files (phx.digest creates its own inside the builder)
priv/static/mockups/*.gz