easy-osm2city/.gitignore

28 lines
328 B
Text
Raw Normal View History

# 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/*