Merge pull request #122 from TrentBartlem/patch-1

Syntax highlighting of .example file
This commit is contained in:
Adarnof 2015-12-03 20:33:29 -05:00
commit e1a461a0cc
3 changed files with 5 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*/*.py.example linguist-language=Python

2
alliance_auth/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/settings.py
!/*.example

View File

@ -1,4 +1,5 @@
"""
vim: set filetype=python:
Django settings for alliance_auth project.
For more information on this file, see
@ -6,6 +7,7 @@ https://docs.djangoproject.com/en/1.6/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.6/ref/settings/
"""
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)