Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-03-09 23:31:42 +0400
committerMark Otto <otto@github.com>2014-03-09 23:31:42 +0400
commit1caeca3e01d91261ae0fadd0bc3f24a51e80b22a (patch)
tree088c21788cc42fe9fdd22c9ef45d07ecac96d3bb /bower.json
parent5e6d16ef4dc531e284bf629a9336f608847bd608 (diff)
Don't ignore every dot file in Bower
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index d0f895465f..7590d787e3 100644
--- a/bower.json
+++ b/bower.json
@@ -20,7 +20,7 @@
"dist/fonts/glyphicons-halflings-regular.woff"
],
"ignore": [
- "**/.*",
+ ".*",
"_config.yml",
"CNAME",
"composer.json",