-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (36 loc) · 844 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
# generated code
bin/
gen/
annotation_gen/
generated/
# vm crash logs
hs_err_pid*.log
# annotation processor log files
androidannotations.log
# developer specific settings and credentials
local.properties
private.properties
/crowdin/credentials
/main/res/values/mapsapikey.xml
/main/cgeo.geocaching_preferences.xml
# but do not ignore the settings from the template directories
!main/templates/*
!templates/*
# attribute generation, localization testing temporary files
/main/project/localization/*.missing
/main/project/attributes/drawable-mdpi/
/main/project/attributes/iconlist1res.html
/main/project/settings/drawable-mdpi/
# KDE directory settings
.directory
# build system temporary files
.gradle/
main/build/
mapswithme-api/build/
build
# build system user specific files
main/gradle.properties
# IDEA
.idea/
*.iml
main/usage.txt