From 7ee85275829818eb5151b47689ceaa056efe2aab Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Sun, 19 Apr 2026 00:04:46 +0200 Subject: [PATCH] f-21: git: add claude to gitignore Signed-off-by: GnomeZworc --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3a0b507..68ae417 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Output of the go coverage tool, specifically when used with LiteIDE +.claude + # Dependency directories (remove the comment below to include it) # vendor/ @@ -26,4 +29,4 @@ go.work.sum .env # ignore local info -data/ \ No newline at end of file +data/