summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn Postlethwait <john.postlethwait@nebula.com>2012-05-11 23:37:35 -0700
committerJohn Postlethwait <john.postlethwait@nebula.com>2012-06-07 14:32:43 -0700
commit0074328fbbac6967d5dda2f3b0f3f98a91d17a01 (patch)
tree5eea54c65561786fbd88641dc65d85ac521a51b2 /.gitignore
parent187785b28d7cfeb3fb4f87b67d71bc3dcf1f1354 (diff)
downloadtuskar-ui-0074328fbbac6967d5dda2f3b0f3f98a91d17a01.tar.gz
Updating Horizon to use LESS.
This changes all of the Bootstrap CSS and Horizon CSS to use LESS. Horizon's specific CSS will be organized into separate files in another commit, as it is outside the scope of this BP. We are also now packing LESS 1.3.0 directly within Horizon. Implementation of Blueprint transition-to-lesscss Change-Id: Ie4be8b28ab3ce04ea21d7d5cd49c2ccb66bd8ade
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2d0c4f50..40caa430 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
.selenium_log
.coverage*
.noseids
+.DS_STORE
coverage.xml
nosetests.xml
pep8.txt
@@ -13,6 +14,7 @@ horizon.egg-info
openstack_dashboard/local/local_settings.py
docs/build/
docs/source/sourcecode
+/static/
.venv
.tox
build