forked from graphhopper/graphhopper
-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
45 lines (45 loc) · 874 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
target/
*~
*-gh/
*.osm
nbactions*.xml
/config.yml
build.xml
maven/
measurement*.properties
gen/
bin/
*.map
android/libs/graphhopper-*-android.jar
*/nbactions.xml
.idea
.idea/
*iml
# keep these web/ paths for now. they are outdated but probably useful for a while in case we switch between branches
/web/node
/web/src/main/resources/assets/js/config/options_prod.js
/web/src/main/resources/assets/js/main.js
/web-bundle/node
/web-bundle/src/main/resources/com/graphhopper/maps/js/config/options_prod.js
/web-bundle/src/main/resources/com/graphhopper/maps/js/main.js
/web/dependency-reduced-pom.xml
*.pbf
!/core/src/test/resources/com/graphhopper/reader/osm/*.pbf
*.dem
*.log
/logs
srtmprovider/
cgiarprovider/
.*#
android/build/
android/app/build/
android/.gradle
.settings/
.classpath
.project
local/
local.properties
**/node_modules
.DS_Store
/graph-cache
package-lock.json