This commit is contained in:
Morten Olsen
2025-09-12 10:59:19 +02:00
commit 25939b0141
13 changed files with 889 additions and 0 deletions

18
.dockerignore Normal file
View File

@@ -0,0 +1,18 @@
# Git files
.git/
.gitignore
.gitattributes
.github/
# Documentation
README.md
# Docker files
docker-compose.yml
Dockerfile
# Development files
*.log
*.tmp
.DS_Store