Add cache invalidation

This commit is contained in:
Josh-Heaps
2026-03-06 17:05:48 -07:00
parent 8043eee4cc
commit 99a9474ef7
6 changed files with 57 additions and 3 deletions
+4 -2
View File
@@ -3,9 +3,11 @@
"allow": [
"Bash(dotnet test:*)",
"Bash(dotnet build)",
"Bash(dir:*)"
"Bash(dir:*)",
"Bash(dotnet add:*)",
"Bash(dotnet build:*)"
],
"deny": [],
"ask": []
}
}
}