forked from permissionlesstech/bitchat-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (57 loc) · 813 Bytes
/
Copy path.gitignore
File metadata and controls
65 lines (57 loc) · 813 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
# Android Studio / IntelliJ
.idea/
*.iml
build/
!*/build/filtered-manifest/
!*/build/generated/
!*/build/intermediates/
local.properties
.gradle/
captures/
.externalNativeBuild/
debug_keystore/
*.keystore
debug.keystore
app/release
# Gradle
/build/
/.gradle/
/captures/
*.apk
*.aab
*.ap_
*.dex
# Mac
.DS_Store
*.swp
*~
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
# Linters
.lint/
# Other
*.log
.cxx/
# Gradle/Android build directories (but not tools/arti-build/)
**/build/
!tools/arti-build/
out/
gen/
*~
*.swp
*.lock
.goosehints
# Google services
google-services.json
# Keystore files
*.jks
*.keystore
# Arti build artifacts (cloned repo and Rust build cache)
tools/arti-build/.arti-source/
tools/arti-build/target/