-
Notifications
You must be signed in to change notification settings - Fork 61
/
.gitignore
62 lines (47 loc) · 889 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
# Intellij
.idea/
*.iml
*.iws
# vscode
/.vscode/
# Mac
.DS_Store
# Maven
log/
target/
examples/output/
# Node
**/node_modules/
# Release
/baremaps/
# Map
basemap/data/
basemap/cache_*/
basemap/local.*
basemap/tiles.mbtiles
basemap/tiles/
# Examples
examples/ip-to-location/archives/
examples/ip-to-location/downloads/
examples/ip-to-location/geocoder-index/
examples/ip-to-location/iploc.db
examples/geocoding/archives/
examples/geocoding/downloads/
examples/geocoding/geocoder-index/
examples/extrusion/*.pbf
examples/naturalearth/natural_earth_vector/
examples/naturalearth/natural_earth_vector.gpkg.zip
examples/naturalearth/tiles/
examples/openstreetmap/*.pbf
examples/openstreetmap/tiles.mbtiles
examples/openstreetmap/tiles/
examples/transformation/*.pbf
# Benchmarking
baremaps-benchmarking/data/
# Docs
.jekyll-cache/
_site/
.sass-cache/
Gemfile.lock
# Logs
*.log