]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Ignore less dir in Jekyll
authorMark Otto <otto@github.com>
Fri, 26 Jul 2013 23:01:24 +0000 (16:01 -0700)
committerMark Otto <otto@github.com>
Fri, 26 Jul 2013 23:01:24 +0000 (16:01 -0700)
_config.yml

index 0ab7ee81edc77576fe930e9732992a6768b06cb6..2b0af205400c7589324b0173d30a0d7ab0006823 100644 (file)
@@ -7,5 +7,5 @@ permalink:    pretty
 
 # Server
 destination:  ./_gh_pages
-exclude:      [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md"]
+exclude:      [".editorconfig", ".gitignore", ".ruby-version", "bower.json", "composer.json", "CONTRIBUTING.md", "LICENSE", "Makefile", "package.json", "node_modules", "README.md", "less"]
 port:         9001