53 lines
816 B
Plaintext
53 lines
816 B
Plaintext
|
|
# 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 variants, digested copies, and converted formats.
|
||
|
|
# Only the source .webp files (no size suffix) should enter the build context —
|
||
|
|
# phx.digest creates its own hash-suffixed copies inside the builder.
|
||
|
|
priv/static/mockups/*-400*
|
||
|
|
priv/static/mockups/*-800*
|
||
|
|
priv/static/mockups/*-1200*
|
||
|
|
priv/static/mockups/*-thumb*
|
||
|
|
priv/static/mockups/*.avif
|
||
|
|
priv/static/mockups/*.jpg
|
||
|
|
priv/static/mockups/*.gz
|