-
Notifications
You must be signed in to change notification settings - Fork 85
/
.gitignore
70 lines (55 loc) · 982 Bytes
/
.gitignore
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
69
70
# Built application files
*.apk
*.ap_
app/**/output.json
# Gradle files
.gradle/
build/
# Generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Windows thumbnail db
Thumbs.db
# OSX files
.DS_Store
# Signing files
signing.gradle
# Android keystores
*.keystore
# Android keys
*.jks
# Temporary file
*~
*.swp
*.orig
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
/app/objectbox-jni-windows-x64.dll
/fakkuLib/old/
/fakkuLib/old2/
/fakkuLib/reference/
/captures/
/local_history.patch
/app/fabric.properties
/app/objectbox-models/default.json.bak
/objectbox-jni-windows-x64.dll
/*.trace
/*.hprof
# Irrelevant and potentially harmful Smartcat artifacts
/app/src/main/res/values-*/array_url_blacklist.xml
/app/src/main/res/values-*/array_url_whitelist.xml
/app/src/main/res/values-*/donottranslate.xml
.externalNativeBuild
.cxx