-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 1.07 KB
/
.gitignore
File metadata and controls
51 lines (42 loc) · 1.07 KB
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
.vscode
node_modules
.svelte-kit
**/.ipynb_checkpoints/
analysis/input-data
data/census/98-401-X2021002_eng_CSV
data/census/lcma000b21a_e
# Large files - only keep pmtiles
*.mbtiles
*.geojson
*.shp
*.shx
*.dbf
*.prj
*.cpg
# Keep small geojson files in static/docs for map features
!static/geojson/populated-places-canada.geojson
!static/geojson/province-points.geojson
!static/geojson/province-state-lines.geojson
!docs/geojson/populated-places-canada.geojson
!docs/geojson/province-points.geojson
!docs/geojson/province-state-lines.geojson
# Old _oct system files (no longer needed - using unified ada_all/csd_all)
analysis/old/
*_oct.*
**/*_oct.*
# Analysis folder large files
analysis/CSD/*.geojson
analysis/CSD/*.shp
analysis/CSD/*.shx
analysis/CSD/*.dbf
analysis/CSD/*.prj
analysis/CSD/*.cpg
analysis/mhdv_softlumber/
# Old pmtiles structures (replaced by ada_all and csd_all)
static/pmtiles/csd/
static/pmtiles/new_ada/
static/pmtiles/old_ada/
# Temporary/test pmtiles
static/pmtiles/centroids_11.pmtiles
static/pmtiles/centroids_25.pmtiles
static/pmtiles/choropleth_11.pmtiles