maposmatic/.gitignore

48 wiersze
671 B
Plaintext
Czysty Zwykły widok Historia

# Ignore patterns for MapOSMatic
# Ignore local SQLite database
/www/datastore.sqlite3
# Ignore local settings
/www/settings_local.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
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 bower installation directory
/www/static/bower
# 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/*