chore: update .dockerignore to exclude docs and regenerate CHANGELOG with git-cliff
Some checks failed
Lint and Build / lint-and-build (push) Failing after 57s

This commit is contained in:
2026-01-25 01:39:58 +00:00
committed by GitHub
parent c0b089647b
commit b272e26ba1
2 changed files with 49 additions and 29 deletions

View File

@@ -22,3 +22,18 @@ build
.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-*