maposmatic/.gitignore

59 wiersze
896 B
Plaintext

# Ignore patterns for MapOSMatic
# Ignore local SQLite database
/www/datastore.sqlite3
# Ignore local settings
/www/settings_local.py
2019-10-27 22:28:42 +00:00
/www/settings_bounds.py
# Ignore an eventual local WSGI entry point script
/www/maposmatic.wsgi
# Ignore compiled language files
*.mo
# LaTeX outputs in presentations
/talks/*.aux
/talks/*.log
/talks/*.nav
/talks/*.out
/talks/*.snm
/talks/*.toc
/talks/*.vrb
/talks/*.pdf
# Ignore temp files
2009-08-31 17:32:46 +00:00
*~
*.swp
2018-09-02 11:06:18 +00:00
\#*#
.#*
2013-01-13 15:02:33 +00:00
# From scripts directory
/scripts/config.py
# From www
2013-01-13 21:24:56 +00:00
*.pyc
# Ignore npm installation directory
/www/static/node_modules
# Ignore directories created by django collectstatic
2020-01-18 17:19:54 +00:00
/www/static/cookielaw
# Ignore output directories
/logs
/rendering
2017-07-01 12:20:06 +00:00
/media
2016-11-12 10:35:49 +00:00
# Ignore logs
*.log
# Ignore rendered jobs in default result path
www/results/*
2018-11-24 14:02:38 +00:00
# Ignore generated documentation
documentation/*.html
documentation/*pdf
www/maposmatic/templates/generated/*