- Fix 'Path' macro parsing issue in service-kit-macros - Resolve 'reedline'/'sqlite' dependency conflict in service-kit - Consolidate workspace configuration and lockfile - Fix 'data-persistence-service' compilation errors - Update docker-compose and dev configurations
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
# Ignore Rust source changes to prevent Tilt from rebuilding/restarting containers.
|
|
# We rely on cargo-watch inside the container for hot reload (via volume mounts).
|
|
**/*.rs
|
|
**/Cargo.toml
|
|
**/Cargo.lock
|
|
|