added config.py to gitignore

This commit is contained in:
Kyle Mahan 2015-01-27 16:50:07 -08:00
parent 24226ea0d8
commit 8a45968175
2 changed files with 3 additions and 7 deletions

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
*.css
*.css.map
*~
.sass-cache
.sass-cacheconfig.py
celerybeat-schedule
.sass-cache

View file

@ -1,6 +0,0 @@
import datetime
class Config:
SECRET_KEY = 'super secret key'
SQLALCHEMY_DATABASE_URI = 'sqlite:///db.sqlite'