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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-20 23:50:25 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-20 23:50:25 +0400
commit47514447820f8d55dafd4ee4f305935397dbf833 (patch)
treed06bcc38662a1b749b1a686677978fb8a0c1c435 /bower.json
parente2c137c82fe8476c6073cab9d4bb912b26c5947f (diff)
refs #6469 ignore more directories
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index da66a9e4ab..158eba2734 100644
--- a/bower.json
+++ b/bower.json
@@ -35,7 +35,13 @@
"**/.*",
"node_modules",
"bower_components",
- "test",
+ "core",
+ "plugins",
+ "libs",
+ "misc",
+ "tmp",
+ "config",
+ "lang",
"tests"
]
}