summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a810c24b96d37a46d08c5206d46006005227dd58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
*.egg*
*.mo
*.pot
*.pyc
*.sw?
*.sqlite3
*.lock
.environment_version
.selenium_log
.coverage*
.DS_STORE
.DS_Store
/cover
coverage.xml
coverage-karma
pep8.txt
pylint.txt
# Files created by releasenotes build
RELEASENOTES.rst
releasenotes/build
releasenotes/notes/reno.cache
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/horizon.conf.sample
openstack_dashboard/test/integration_tests/local-horizon.conf
openstack_dashboard/test/integration_tests/test_reports/
openstack_dashboard/wsgi/horizon.wsgi
openstack_dashboard/horizon_wsgi.py
doc/build/
/static/
integration_tests_screenshots/
.tox
node_modules
npm-debug.log
build
dist
AUTHORS
ChangeLog
tags
ghostdriver.log
.idea
package-lock.json
test_reports/*