From 5aabd7a7919dae694ee6b24e7dc451750b814491 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Mon, 31 Aug 2026 12:23:32 +0200 Subject: [PATCH] fix(.gitignore): add questions.txt to ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 06e8e70..b507264 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ dist/ # Graphify knowledge-graph output (dev tool; generated, not committed) graphify-out/ -parking.sqlite*.bak-* \ No newline at end of file +parking.sqlite*.bak-* +questions.txt