Fundamental_Analysis/.tiltignore
Lv, Qi eee1eb8b3f fix: resolve compilation errors and dependency conflicts
- 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
2025-11-29 16:29:56 +08:00

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