forked from GIScience/openrouteservice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
42 lines (36 loc) · 821 Bytes
/
.dockerignore
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
.metadata/
.git
.gitignore
**/*.pbf
.idea/
*.iml
.DS_Store
nohup.out
.python-version
.project
# Ignore all ors and app config files except for the sample ones
openrouteservice/WebContent/WEB-INF/app.config*
!openrouteservice/WebContent/WEB-INF/app.config.sample
openrouteservice/src/main/resources/app.config*
!openrouteservice/src/main/resources/app.config.sample
openrouteservice/WebContent/WEB-INF/ors-config*
!openrouteservice/WebContent/WEB-INF/ors-config-sample.json
openrouteservice/src/main/resources/ors-config*
!openrouteservice/src/main/resources/ors-config-sample.json
# no tests
openrouteservice/src/test
# Ignore folders generated from docker
docker/elevation_cache
docker/conf
# Ignore ors.run file
*ors.run
cgiar_provider/
graphs/
target/
build/
logs/
cgiar_cache/
docker/
docs/
.github/
Dockerfile