Initial version

This commit is contained in:
2026-06-29 07:22:23 +02:00
committed by Jeroen Saey
parent eaf9b8c0d1
commit 1b8914d63a
29 changed files with 5368 additions and 65 deletions
+54
View File
@@ -0,0 +1,54 @@
# Docker build context ignore
# Git
.git
.gitignore
.gitattributes
# Build outputs
bin
obj
*.dll
*.exe
# IDE
.vs
.vscode
*.sln.user
.idea
# Test results
TestResults
coverage
# Temp files
*.tmp
*.temp
*.log
*.bak
# OS
.DS_Store
Thumbs.db
# Node (if any)
node_modules
npm-debug.log
# Python (if any)
__pycache__
*.pyc
venv
# Documentation
*.md
docs
# CI/CD
.github
.gitlab-ci.yml
Jenkinsfile
# Package managers
packages
nuget.config