maposmatic/.gitignore

29 wiersze
418 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
/www/locale/*/LC_MESSAGES/*.mo
/talks/*.pdf
# Ignore temp files
2009-08-31 17:32:46 +00:00
*~
*.swp
2013-01-13 15:02:33 +00:00
# Ignore translated files
*.mo
# From scripts directory
/scripts/config.py
# From www
/www/*.pyc