Skip to content

Commit aaed973

Browse files
authored
Merge pull request #872 from synonymdev/ai/worktreeinclude
ai: support worktrees in claude code
2 parents 6f5ce41 + c837d35 commit aaed973

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
local.properties
1212
# AI
1313
.ai
14+
.claude/worktrees
1415
*.local.*
1516
!*.local.template*
1617
# Secrets

.worktreeinclude

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Local build configuration
2+
local.properties
3+
4+
# Signing credentials
5+
keystore.*
6+
*.keystore
7+
8+
# Firebase
9+
google-services.json
10+
11+
# Claude Code local settings
12+
*.local.*
13+
14+
# Tooling
15+
tools/fcm-tester/service-account.json
16+
17+
# JetBrains IDEs (Android Studio, IDEA)
18+
.idea
19+
20+
# AI agents local memory caches
21+
.ai

0 commit comments

Comments
 (0)