More vibin

This commit is contained in:
Tim Zöller 2025-11-28 21:04:38 +01:00
parent 1901daf5ce
commit c1729a629d
47 changed files with 5754 additions and 41 deletions

45
.dockerignore Normal file
View file

@ -0,0 +1,45 @@
# Build artifacts
target/
*.jar
*.war
*.ear
# IDE files
.idea/
*.iml
.vscode/
.classpath
.project
.settings/
# Git
.git/
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Environment files
.env
.env.*
# Logs
logs/
*.log
# OS files
.DS_Store
Thumbs.db
# Documentation
README.md
CLAUDE.md
*.md
# Test files
src/test/
# Maven wrapper
.mvn/wrapper/maven-wrapper.jar