feab925b40
Change-Id: Icd3e165b18a5d61a059b308c1593e093e06fb16c
39 lines
471 B
Plaintext
39 lines
471 B
Plaintext
eggs/
|
|
.eggs/
|
|
develop-eggs/
|
|
*.egg-info/
|
|
*.egg
|
|
*~
|
|
*.orig
|
|
*.pyc
|
|
*.swp
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.noseids
|
|
.venv
|
|
.idea
|
|
.tox
|
|
coverage.xml
|
|
pep8.txt
|
|
pylint.txt
|
|
reports
|
|
muranodashboard/local/local_settings.py
|
|
muranodashboard/settings.py
|
|
/static/
|
|
doc/build/
|
|
doc/source/sourcecode
|
|
build
|
|
dist
|
|
|
|
# Autogenerated Documentation
|
|
doc/source/api
|
|
|
|
# Tests
|
|
muranodashboard/tests/functional/config/config.conf
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# RElease NOtes
|
|
releasenotes/build
|