-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (50 loc) · 853 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (50 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*.iml
.gradle
/local.properties
/keystore.properties
/.idea
.DS_Store
/build
/app/build
/helper-dex/build
/captures
.externalNativeBuild
.cxx
*.apk
*.aab
*.idsig
*.ap_
*.dex
*.class
# Generated by :app:buildHelperDex (from :helper-dex jar + kotlin-stdlib).
# helper.dex itself matches *.dex above; the sha256 sibling is regenerated
# alongside on every build.
/app/src/main/assets/helper.dex.sha256
*.log
*.jks
*.keystore
*.p12
*.pem
.env
.env.*
*.secret
secrets/
CLAUDE.md
docs/plans/
docs/research/
docs/superpowers/
docs/native-data-stack/
docs/README.md
scripts/native-stack/
screen/
.superpowers/
.research/
.scratch/
.local/
# CodeGraph local index (regenerated by `codegraph init`, ~21MB)
.codegraph/
# Private session handoffs (never committed)
docs/superpowers/**/handoff-*
# Local Claude Code tooling (never committed)
.claude/
.mcp.json