This commit is contained in:
lubiana 2025-07-22 00:00:34 +02:00
commit ba1f43fd8e
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
35 changed files with 5926 additions and 0 deletions

34
.dockerignore Normal file
View file

@ -0,0 +1,34 @@
# Git
.git
.gitignore
# Docker
Dockerfile
Containerfile
.dockerignore
# Build artifacts
gocheck
gocheck-*
*.exe
# Database files (will be created at runtime)
checklists.db
checklists.db-*
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
# Temporary files
/tmp/
/temp/