-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (46 loc) · 897 Bytes
/
.gitignore
File metadata and controls
56 lines (46 loc) · 897 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
# Build outputs
*.iml
.gradle/
/build/
app/build/
*/build/
# Local configuration (contains SDK paths)
local.properties
# Note: gradle.properties is committed to git because it contains the shared BitChat channel secret
# that all app users need. This is acceptable because:
# - It's a shared channel secret (not a personal credential)
# - All users need the same value for the relay to work
# - ProGuard obfuscation protects it in release builds
# IDE
/.idea/
.DS_Store
.vscode/
# External build
.externalNativeBuild/
.cxx/
/captures/
# APK and archives
*.apk
*.zip
# Session files (sensitive)
*.session
# Signing keys (CRITICAL - NEVER commit these!)
*.jks
*.keystore
*.key
*_key.jks
*_key.keystore
release.jks
debug.jks
signing.jks
# Python cache
__pycache__/
*.pyc
# Logs
*.log
# Removed directories (already deleted, just in case)
extracted_apk/
tdlib_setup/
android/
androidx/
com/