From 142b3027455f0ec5b2cabd0c7d6155fae1f6a16d Mon Sep 17 00:00:00 2001 From: Thai Tran Date: Tue, 16 Feb 2016 09:28:21 -0800 Subject: [PATCH] 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 --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bbc6363d52..3ecac00c55 100644 --- a/.gitignore +++ b/.gitignore @@ -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