feat: update ignore file for jar file

This commit is contained in:
2025-11-13 20:24:33 +08:00
parent 694106712f
commit aa8ac2271a
4 changed files with 5 additions and 7 deletions

View File

@@ -14,7 +14,10 @@
"Bash(tree:*)",
"Bash(git mv:*)",
"Bash(git checkout:*)",
"Bash(tee:*)"
"Bash(tee:*)",
"Bash(git stash:*)",
"Bash(jar tf:*)",
"Bash(xargs -I {} sh -c 'echo \"\"\"\"=== {} ===\"\"\"\" && jar tf {} 2>/dev/null | grep -i \"\"\"\"gprinter\"\"\"\" | head -5')"
],
"deny": [],
"ask": []