This commit is contained in:
lubiana 2025-07-25 15:23:52 +02:00
parent 0535cd1aad
commit ebd50740f0
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
6 changed files with 249 additions and 17 deletions

View file

@ -3,32 +3,42 @@
.gitignore
# Docker
Dockerfile
Containerfile
Dockerfile*
docker-compose*.yml
.dockerignore
# Build artifacts
gocheck
gocheck-*
# Development
dev.sh
dev-docker.sh
tmp/
*.log
# Node.js
frontend/node_modules/
frontend/dist/
frontend/.vite/
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
# Database files (will be created at runtime)
checklists.db
checklists.db-*
# OS files
# OS
.DS_Store
Thumbs.db
# IDE files
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
# Temporary files
/tmp/
/temp/
# Build artifacts
build/
dist/