chore: better ci

This commit is contained in:
2025-11-03 14:59:08 -03:00
parent 41e4da6743
commit 3ea964d521
8 changed files with 147 additions and 77 deletions

35
.dockerignore Normal file
View File

@@ -0,0 +1,35 @@
# Exclude build output and IDE files to reduce Docker build context size
target
**/target
# Git and local metadata
.git
.gitignore
.DS_Store
# Local editor / IDE
.idea
.vscode
*.iml
*.sublime-*
# Build artifacts and temporary files
*.class
*.log
tmp/
build/
# Swap / editor backups
*.swp
# Internal Docker
.dockerignore
docker/
# Project specific ignores
README.md
LICENSE
# CI Files
.github/
.k8s/