From 84f9587b9a2ffcf7cc3006d5da6c517a28457646 Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Tue, 11 Aug 2026 15:03:03 +0000 Subject: [PATCH] fix: Fixed gitignore --- .claude/settings.json | 24 ------------------------ .gitignore | 3 ++- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index 54ea0e8..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "hooks": { - "PreToolUse": [ - { - "matcher": "Bash|Grep", - "hooks": [ - { - "type": "command", - "command": "C:/Python314/Scripts/graphify.EXE hook-guard search" - } - ] - }, - { - "matcher": "Read|Glob", - "hooks": [ - { - "type": "command", - "command": "C:/Python314/Scripts/graphify.EXE hook-guard read" - } - ] - } - ] - } -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 208ec05..1fa43b5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ installer/checksums-msi.txt .next *.tsbuildinfo graphify-out -docker-compose.live.yml \ No newline at end of file +docker-compose.live.yml +.claude \ No newline at end of file