From b4a2274d849b8afbc9412b320dc03bd7b6fbf6bd Mon Sep 17 00:00:00 2001 From: Adrian Hesketh Date: Wed, 1 Jan 2025 12:35:33 +0000 Subject: [PATCH] chore: update ignore rules for text editor search to ignore go.sum and LLM help files by default --- .ignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ignore b/.ignore index 21cb25eea..937753566 100644 --- a/.ignore +++ b/.ignore @@ -5,3 +5,5 @@ examples/counter/assets/js/htmx.min.js examples/counter-basic/assets/css/bulma.* examples/typescript/assets/index.js package-lock.json +go.sum +docs/static/llms.md