diff options
| author | Stefan Boberg <[email protected]> | 2026-02-20 13:50:27 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2026-02-20 13:50:27 +0100 |
| commit | 606eb90fa55185a033923d310dc92a78a4a2d0f8 (patch) | |
| tree | eadfd5125e05e7b994a10f6bb0ac872a77866078 | |
| parent | move partial chunk block anailsys to chunkblock.h/cpp (#767) (diff) | |
| download | zen-606eb90fa55185a033923d310dc92a78a4a2d0f8.tar.xz zen-606eb90fa55185a033923d310dc92a78a4a2d0f8.zip | |
update .gitignore to exclude .claude/
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3d98ecff8..eaf1656a6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore .DS_Store +.claude/ # User-specific files *.suo |