Skip to content

Commit f71870d

Browse files
authored
Add .claude to .gitignore (#2287)
Signed-off-by: Todd Short <[email protected]>
1 parent 5e6db8e commit f71870d

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)