Skip to content

Commit c293261

Browse files
Update gitignore configuration
1 parent 9c927a0 commit c293261

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.gitignore

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,18 @@
1010
/coverage
1111

1212
# demo files (temporary for testing)
13-
/app/demo
14-
/components/demo-enhanced-interpreter.tsx
1513
.env.local
1614

1715
# next.js
1816
/.next/
1917
/out/
2018

21-
.claude
22-
23-
claude.md
24-
2519
.env
2620

2721
.mcp.json
2822

23+
.temp
24+
2925
# production
3026
/build
3127

@@ -54,4 +50,7 @@ next-env.d.ts
5450

5551
scripts
5652
.vscode
57-
mcp.json
53+
mcp.json
54+
55+
CLAUDE.md
56+
.claude

0 commit comments

Comments
 (0)