easy-osm2city/.gitignore
fly d9a1d8d610 Move scripts to own repo
Signed-off-by: fly <merspieler@airmail.cc>
2020-01-13 17:06:24 +00:00

34 lines
399 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 directory
scripts*
# log files and cached values
*.log
*.log.cache
# backup files
*.bak