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.
This commit is contained in:
parent
3c4b1522f2
commit
e060d0f567
|
|
@ -26,3 +26,6 @@ buildServer.json
|
|||
**/**/generated-routes.ts
|
||||
|
||||
apps/desktop/build/appxmanifest.xml
|
||||
|
||||
.claude/settings.local.json
|
||||
PRPS/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue