From f9bcfe341c2377d7dff66a16d13a5db2cf8f25c5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 25 Nov 2024 15:09:46 -0800 Subject: [PATCH] ignore .gitattributes --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7767cef8f..df9efed89 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ _site .jekyll-cache/ .jekyll-metadata aider/__version__.py -.venv/ \ No newline at end of file +.venv/ +.gitattributes