easy-osm2city/.gitignore
fly a836f7405f Ignore log, cache and backup files
Signed-off-by: fly <merspieler@airmail.cc>
2020-01-08 00:23:27 +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/ content
scripts/*
# log files and cached values
*.log
*.log.cache
# backup files
*.bak