File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ pip-log.txt
2525.tox
2626nosetests.xml
2727logger /coverage.out
28+ tests /example- *
2829
2930# Translations
3031* .mo
@@ -45,6 +46,21 @@ controller/.secret_key
4546# deis application logs
4647logs /
4748
49+ # local binaries and installers
50+ client /dist /
51+ client /makeself /
52+ contrib /bumpver /bumpver
53+ deisctl /deisctl
54+ deisctl /dist /
55+ deisctl /package /
56+ deisctl /makeself /
57+ docs /_build /
58+ docs /docs.zip
59+ logspout /build /
60+
61+ # ctags index
62+ tags
63+
4864# Misc.
4965Berksfile.lock
5066.DS_Store
@@ -60,6 +76,9 @@ Vagrantfile.local
6076# Local user-data generated from user-data.example
6177contrib /coreos /user-data
6278
79+ # Local controller settings file
80+ controller /deis /local_settings.py
81+
6382# EC2 CloudFormation Setup
6483contrib /ec2 /cloudformation.json
6584
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 322322# and production.
323323# The local_settings.py file should *not* be checked in to version control.
324324try :
325- from .local_settings import * # @UnusedWildImport # noqa
325+ from .local_settings import * # noqa
326326except ImportError :
327327 pass
328328
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments