ee16100db9
We ignore .idea directory for JetBrains(PyCharm) users See: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore Change-Id: Ida6f170d389d9566638f39a411c3b252165a310b
46 lines
850 B
Plaintext
46 lines
850 B
Plaintext
*.egg*
|
|
*.mo
|
|
*.pyc
|
|
*.sw?
|
|
*.sqlite3
|
|
*.lock
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.noseids
|
|
.DS_STORE
|
|
/cover
|
|
coverage.xml
|
|
coverage-karma
|
|
nosetests.xml
|
|
pep8.txt
|
|
pylint.txt
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
reports
|
|
openstack_dashboard/local/*
|
|
!openstack_dashboard/local/local_settings.py.example
|
|
!openstack_dashboard/local/enabled/_50__settings.py.example
|
|
!openstack_dashboard/local/local_settings.d
|
|
openstack_dashboard/local/local_settings.d/*
|
|
!openstack_dashboard/local/local_settings.d/*.example
|
|
openstack_dashboard/test/.secret_key_store
|
|
openstack_dashboard/test/integration_tests/local-horizon.conf
|
|
openstack_dashboard/wsgi/horizon.wsgi
|
|
doc/build/
|
|
doc/source/sourcecode
|
|
/static/
|
|
integration_tests_screenshots/
|
|
.venv
|
|
.tox
|
|
node_modules
|
|
npm-debug.log
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
tags
|
|
ghostdriver.log
|
|
.testrepository
|
|
.idea
|