Skip to content

Commit 5698702

Browse files
lina.wolflinawolf
authored andcommitted
[TASK] Ignore deptrac's local analysis cache
PR #306 originally gitignored .deptrac.cache when it introduced deptrac. PR #638 later consolidated dev-tool caches into /.cache but dropped the deptrac-specific entry without actually moving deptrac's cache there (it has no built-in support for that path) -- leaving .deptrac.cache unignored ever since. Signed-off-by: lina.wolf Assisted-by: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 03b1f47 commit 5698702

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/output/
55
/build/
66
/.phpdoc/
7+
/.deptrac.cache

0 commit comments

Comments
 (0)