Files
tutortool/.gitignore
s0wlz (Matthias Puchstein) ab9d1fc547
Some checks failed
CI / test (pull_request) Has been cancelled
CI / test (push) Failing after 6m57s
fix: track Cargo.lock so Docker CI build can copy it
Cargo.lock was in .gitignore, making it absent from the git checkout
that CI builds the Docker image from — COPY backend/Cargo.lock failed.
2026-05-05 02:39:03 +02:00

45 lines
532 B
Plaintext

.gemini
.claude/
.playwright-mcp/
.worktrees/
# Downloaded local reference docs (not project docs)
docs/crates/
docs/rust/
docs/svelte/
docs/typescript/
docs/vite/
# Node
node_modules/
dist/
.svelte-kit/
build/
.env*
!.env.example
# Rust
target/
debug/
release/
# Databases
*.db
*.db-journal
*.db-shm
*.db-wal
# Test pipeline
data/test/
frontend/test-results/
frontend/playwright-report/
# Local dev scripts and logs
server.log
start_backend.sh
# AI-generated artefacts
conductor/
docs/review.md
docs/tutortool_audit.md
*.log