Files
krafttrainer/.gitignore
Christoph K. dfd66e43c6 Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 15:03:55 +01:00

20 lines
193 B
Plaintext

# Binary
krafttrainer
# Database
*.db
*.db-shm
*.db-wal
# Frontend build
frontend/dist/
frontend/node_modules/
backend/static/*
!backend/static/.gitkeep
# Go
backend/vendor/
# OS
.DS_Store