colouring-montreal/.gitignore
Tom Russell d692db6c19 Sketch in vagrant provision script
Known problem with npm install step: this will likely fail when run
from a Windows host, when npm tries to create symlinks in the synced
folder. Workaround may be to run `vagrant up` from within a shell
with admin rights on the host machine (Windows security policy may
disallow creation of symlinks otherwise).
2019-03-05 10:04:24 +00:00

30 lines
304 B
Plaintext

# Packages
node_modules
# Config
config.json
*.log
ecosystem.config.js
app/start.sh
html/norton*.html
# Data
etl/cache/*
etl/images/*
etl/*.geojson
etl/**/*.csv
etl/**/*.txt
etl/**/*.xls
etl/**/*.xlsx
etl/**/*.zip
# Cache
app/tilecache/**/*.png
app/tilecache/**/*.mbtiles
# Notes
TODO
# VM
.vagrant