Files
mice/.dockerignore
angel b272e26ba1
Some checks failed
Lint and Build / lint-and-build (push) Failing after 57s
chore: update .dockerignore to exclude docs and regenerate CHANGELOG with git-cliff
2026-01-25 01:39:58 +00:00

40 lines
390 B
Plaintext

node_modules
.next
.git
.gitignore
.env.local
.env.example
*.log
.DS_Store
Thumbs.db
.vscode
.idea
coverage
.nyc_output
*.tgz
*.tar.gz
.cache
.parcel-cache
dist
build
.vercel
.netlify
.turbo
.github
4xnored.png
# Documentation and non-runtime files
docs/
CHANGELOG.md
cliff.toml
*.md
!README.md
# Docker compose files
docker-compose*.yml
Dockerfile
# Git and backup files
.git*
backup-*