diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-07-15 14:49:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 14:49:16 -0700 |
| commit | 12759c467cbaff98e7fb0fd075f3a53861a10c4f (patch) | |
| tree | 4fb3e0516d2314903e0475c7aff56b9c4c42ef46 | |
| parent | 73e9987c9fc86dd91c20267e9cd79efd2d33d1af (diff) | |
Add Claude local setting files to .gitignore (#7771)
* Add Claude local setting files to .gitignore
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 79c3559b4..a7d8871c1 100644 --- a/.gitignore +++ b/.gitignore @@ -94,5 +94,10 @@ vkd3d-proton.cache.write *~ .*.swp .*.swo + +# Claude local settings +/.claude/settings.local.json + +# Other temporary files /generators /tests/library/linked.spirv |
