Ignore local folder

We currently ignore example files in dashboard/local. We should just ignore
the entire folder and exempt those files. This would allow developers and
operators to add content to the folder without accidentally committing it
upstream.

Change-Id: I2fe40af96ee62d85dd01e279485ce7f392a50a03
Closes-Bug: #1546218
This commit is contained in:
Thai Tran 2016-02-16 09:28:21 -08:00
parent 4cb638c470
commit 142b302745
1 changed files with 3 additions and 3 deletions

6
.gitignore vendored
View File

@ -17,9 +17,9 @@ pylint.txt
# Files created by releasenotes build
releasenotes/build
reports
openstack_dashboard/local/local_settings.py
openstack_dashboard/local/local_settings.diff
openstack_dashboard/local/.secret_key_store
openstack_dashboard/local/*
!openstack_dashboard/local/local_settings.py.example
!openstack_dashboard/local/enabled/_50__settings.py.example
openstack_dashboard/test/.secret_key_store
openstack_dashboard/test/integration_tests/local-horizon.conf
openstack_dashboard/wsgi/horizon.wsgi