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
Some checks failed
Lint and Build / lint-and-build (push) Failing after 57s
This commit is contained in:
@@ -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-*
|
||||
|
||||
Reference in New Issue
Block a user