From db38a718cb0d3ca8a741db201006b7c8fd59016e Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 11 Jul 2025 12:12:17 -0400 Subject: [PATCH] Update .gitignore to include claude related artifacts I am trying out Claude for writing docs and to do so effectively it needs to create some markdown files and other local settings. I would like to start filtering out these artifacts in our .gitignore settings as AI usage becomes more commonplace for contributing. Optionally we could also commit the [CLAUDE.md](https://www.anthropic.com/engineering/claude-code-best-practices) file to aid other developers contributing with the assistance of AI to help improve the quality of any PRs. But I'm omitting that for now since I think that may be contentious. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7bf71dbc5d8..bdf6d50310b 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,7 @@ public/fonts/**/Optimistic_*.woff2 # rss public/rss.xml + +# ai +.claude +CLAUDE.md