From e060d0f5675fb0fa440d9f10ba7c3bc3b67986dd Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 18 Jul 2025 20:07:40 +0800 Subject: [PATCH] chore: update .gitignore to include local settings and generated files Added entries for .claude/settings.local.json and PRPS/* to the .gitignore file to prevent local configuration and generated files from being tracked in the repository. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 625406b86..639b493d9 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ buildServer.json **/**/generated-routes.ts apps/desktop/build/appxmanifest.xml + +.claude/settings.local.json +PRPS/*