d692db6c19
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).
30 lines
304 B
Plaintext
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
|