forked from tilezen/vector-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (43 loc) · 825 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
*.local.cfg
cache
.DS_Store
# file output when tests fail
test.log
# editor temporaries
*~
# downloaded files
data/*.zip
data/*.tar.gz
data/land-polygons-split-3857/
data/water-polygons-split-3857/
data/*.shp
data/*.cpg
data/*.dbf
data/*.prj
data/*.shx
data/*.qpj
data/*.qmd
data/wof_neighbourhoods.pgdump
data/*.README.html
data/*.VERSION.txt
data/*.json
data/wikidata_snapshot.sql
data/wof_snapshot.sql
# python compiled bytecode and development files
*.pyc
vector_datasource.egg-info/
# recommended virtualenv path
env/
data/Makefile-import-data
data/Makefile-prepare-data
data/import-shapefiles.sh
# files generated during testing
empty.osm
data.osc
test_server.port
# files generated during installation of software necessary for testing
.eggs/*
# build artifacts
build/*
# generated by jetbrains ides
.idea/*