-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (59 loc) · 803 Bytes
/
Copy path.gitignore
File metadata and controls
69 lines (59 loc) · 803 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
56
57
58
59
60
61
62
63
64
65
66
67
68
# ── Gradle & Build ──
.gradle/
build/
**/.cxx/
.externalNativeBuild/
*.class
*.dex
# ── Local Config ──
local.properties
keystore.properties
# ── Secrets & Keys ──
*.jks
*.keystore
*.p12
*.pfx
# ── IDE / Editor ──
.idea/
*.iml
*.iws
*.ipr
.vscode/
*~
*.swp
*.swo
*.bak
*.tmp
.directory
# ── Android / Studio Artifacts ──
*.apk
*.ap_
*.aab
*.hprof
captures/
# ── Logs ──
*.log
build_log.txt
widget_logs.txt
# ── OS ──
.DS_Store
Thumbs.db
**/*.original.md
# ── Project Specific ──
pdocs/
docs/superpowers
.superpowers
refactor_xml.py
# ── AI / CLI Context ──
GEMINI.md
.geminiignore
.gemini/
.cline/
.agents/
.antigravityignore
.antigravitycli/
# ── Environment & Agent Config ──
.env
.env.local
.env.*.local
.pi/