Files @ a9880bdda2ca
Branch filter:

Location: majic-django-templates/.gitignore

branko
MDT-4: Added project template for Django 1.10.x. Updated installation and usage instructions. Fixed level of some headings.
# Ignore temporary files from editors and Python.
*.pyc
*~
.#*

# Ignore build files.
docs/_build

# Ignore local tmp directory.
tmp/

# Ignore the file with credentials.
credentials.py