# Force all builds (including worktrees) to share one target directory. # This prevents each Claude Code agent worktree from creating its own # ~3GB target/ directory, which was filling the disk. [build] target-dir = "/Users/tayloreernisse/projects/gitlore/target"