Skip to content

Commit e54aace

Browse files
authored
Merge branch 'master' into feat/settings-v60
2 parents b58a318 + aaed973 commit e54aace

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)