2026-02-08 16:21:05 +00:00
|
|
|
# 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/
|
|
|
|
|
|
2026-02-08 23:42:56 +00:00
|
|
|
# Mockup .gz files (phx.digest creates its own inside the builder)
|
2026-02-08 16:21:05 +00:00
|
|
|
priv/static/mockups/*.gz
|