We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f5ce41 + c837d35 commit aaed973Copy full SHA for aaed973
2 files changed
.gitignore
@@ -11,6 +11,7 @@
11
local.properties
12
# AI
13
.ai
14
+.claude/worktrees
15
*.local.*
16
!*.local.template*
17
# Secrets
.worktreeinclude
@@ -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
+# Claude Code local settings
+*.local.*
+# Tooling
+tools/fcm-tester/service-account.json
+# JetBrains IDEs (Android Studio, IDEA)
18
+.idea
19
20
+# AI agents local memory caches
21
+.ai
0 commit comments