forked from locana-co/PGRestAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·55 lines (39 loc) · 792 Bytes
/
Copy path.gitignore
File metadata and controls
executable file
·55 lines (39 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
settings.js
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
node_modules/
npm-debug.log
public/topojson/output/
public/geojson/output/
public/blast_output/
data/pbf_mbtiles/*.mbtiles
data/png_mbtiles/*.mbtiles
!data/pbf_mbtiles/KenyaDistricts.mbtiles
!data/png_mbtiles/yield_wheat.mbtiles
data/inmemory-shapefiles/*.dbf
data/inmemory-shapefiles/*.prj
data/inmemory-shapefiles/*.qpj
data/inmemory-shapefiles/*.shp
data/inmemory-shapefiles/*.shx
data/shapefiles/*.dbf
data/shapefiles/*.prj
data/shapefiles/*.qpj
data/shapefiles/*.shp
data/shapefiles/*.shx
lib/datablaster/blast_config.js
Thumbs.db
.idea/
.DS_Store
# These are settings and confidential information that pertains to Spatial Server
settings/*
!settings/README.md
!settings/settings.js.example