easy-osm2city/.gitignore
merspieler 4b6c937ac4 Added description for scripts dir
Signed-off-by: merspieler <merspieler@airmail.cc>
2019-03-25 01:11:37 +00:00

27 lines
328 B
Text

# 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/
# Database reminder
.databases
# Ignore scripts/ content
scripts/*