murano-dashboard/.gitignore
Qian Min Chen d9a205c7cd Modify the '.gitignore' file
Since the horizon remove the 'run_tests.sh' file,
so there should remove '.venv' from the '.gitignore' file.
See the patch 'https://review.openstack.org/#/c/399842/'

Change-Id: I575481aa39a2f750f64a534e8021d9dfaf71bb98
2017-08-18 17:23:24 +08:00

42 lines
506 B
Plaintext

eggs/
.eggs/
develop-eggs/
*.egg-info/
*.egg
*~
*.orig
*.pyc
*.swp
.environment_version
.selenium_log
.coverage*
.noseids
.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
cover
# Ignore i18n compiled files
*.mo
# Autogenerated Documentation
doc/source/api
# Tests
muranodashboard/tests/functional/config/config.conf
node_modules
npm-debug.log
# RElease NOtes
releasenotes/build