diff options
| -rw-r--r-- | .gitignore | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -6,6 +6,12 @@ Resources/  *.pyc +# Distribution +django_sneak_peek.egg-info +build/ +dist/ + +  # Database  *.sqlite3 | 
|  | index : django-sneak-peek | |
| Django template tag to hide pre-release features in a template | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | .gitignore | 6 | 
| @@ -6,6 +6,12 @@ Resources/  *.pyc +# Distribution +django_sneak_peek.egg-info +build/ +dist/ + +  # Database  *.sqlite3 |