colouring-montreal/.gitignore

39 lines
398 B
Plaintext
Raw Normal View History

2018-05-30 22:23:15 -04:00
# Packages
node_modules
2018-09-09 06:32:35 -04:00
# Config
2018-10-25 08:01:45 -04:00
config.json
2018-07-19 03:54:47 -04:00
*.log
2018-08-02 10:47:06 -04:00
ecosystem.config.js
app/start.sh
2019-01-04 07:04:05 -05:00
html/norton*.html
2020-06-18 05:33:09 -04:00
.vscode
2018-09-09 06:32:35 -04:00
# Data
2023-02-09 05:44:41 -05:00
etl/
2018-09-09 06:32:35 -04:00
etl/cache/*
etl/images/*
etl/*.geojson
2019-02-05 08:36:43 -05:00
etl/**/*.csv
etl/**/*.txt
etl/**/*.xls
etl/**/*.xlsx
etl/**/*.zip
2022-04-01 05:21:58 -04:00
etl/**/*.gml
etl/**/*.gz
etl/**/5690395*
postgresdata
*/__pycache__/*
2018-11-21 15:49:38 -05:00
2020-04-09 05:32:09 -04:00
.DS_Store
2019-02-24 10:15:52 -05:00
# Cache
app/tilecache/**/*.png
app/tilecache/**/*.mbtiles
2018-11-21 15:49:38 -05:00
# Notes
TODO
# VM
.vagrant