Skip to content

Commit 5b4aadf

Browse files
committed
Add .claude to .gitignore
Signed-off-by: Todd Short <[email protected]>
1 parent 25d3e43 commit 5b4aadf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,15 @@ vendor/
3838
\#*\#
3939
.\#*
4040

41+
# AI temp files files
42+
.claude/
43+
4144
# documentation website asset folder
4245
site
4346

4447
.tiltbuild/
4548
.catalogd-tmp/
4649
.vscode
4750

48-
# Tmporary files and directories
51+
# Temporary files and directories
4952
/test/regression/convert/testdata/tmp/*

0 commit comments

Comments
 (0)