From 9269d4f678cccebf757a85036a530e8cff2e8642 Mon Sep 17 00:00:00 2001 From: slhafzjw Date: Sat, 6 Jun 2026 21:57:49 +0800 Subject: [PATCH] chore: update gitignore --- .codegraph/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .codegraph/.gitignore diff --git a/.codegraph/.gitignore b/.codegraph/.gitignore new file mode 100644 index 00000000..9de0f169 --- /dev/null +++ b/.codegraph/.gitignore @@ -0,0 +1,16 @@ +# CodeGraph data files +# These are local to each machine and should not be committed + +# Database +*.db +*.db-wal +*.db-shm + +# Cache +cache/ + +# Logs +*.log + +# Hook markers +.dirty