2018-11-13 15:31:53 +00:00
|
|
|
# vim swap files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
|
|
|
# temporary files from osm2city
|
|
|
|
*.pkl
|
|
|
|
|
|
|
|
# generated directories
|
|
|
|
venv/
|
|
|
|
|
|
|
|
# osm2city files
|
|
|
|
osm2city*
|
|
|
|
|
|
|
|
# pbf files
|
|
|
|
pbf/*
|
|
|
|
|
|
|
|
# add general-settings file since it contains passwords
|
|
|
|
general-settings
|
|
|
|
|
|
|
|
# Ignore the users projects
|
|
|
|
projects/
|
2018-11-17 20:31:46 +00:00
|
|
|
|
|
|
|
# Database reminder
|
|
|
|
.databases
|
2019-03-25 01:11:37 +00:00
|
|
|
|
|
|
|
# Ignore scripts/ content
|
|
|
|
scripts/*
|