-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (50 loc) · 792 Bytes
/
.gitignore
File metadata and controls
57 lines (50 loc) · 792 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
*.test.txt
*.render.xml
*.render_template.xml
poi_types.xml
*.map_styles_presets.xml
routing*.xml
rendering_types.xml
activities.json
countries.reginfo
regions.ocbf
h_*.png
g_*.png
mm_*.png
mx_*.png
OsmAndCore_wrapper.jar
OsmAndCore_*.aar
*.class
*.iml
.settings
.idea
**/.project
**/.classpath
out/
.kotlin/
# Huawei
agconnect-services.json
OsmAndHms.jks
# Android Studio
java_pid*.hprof
.attach_pid*
hs_err_pid*
/.idea
*.iml
# Gradle
.gradle
/local.properties
# MacOSX
.DS_Store
# Windows
Thumbs.db
# Output files
build
#Rendering test files
OsmAnd-java/src/test/resources/rendering/*
OsmAnd-shared/bin
# ApproximationTest resources
OsmAnd-java/src/test/resources/approximation/*
#Shared library resources
OsmAnd-shared/src/androidMain/resources/
OsmAnd-shared/src/jvmMain/resources/