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 <tsteur@users.noreply.github.com>2019-10-11 10:51:42 +0300
committerGitHub <noreply@github.com>2019-10-11 10:51:42 +0300
commit1091c618a19c47b53496a9caf0268ec22c9635fe (patch)
treeb09f05e232b6e7f674625eaf9bc35fc496cc8d0a /.gitattributes
parentc02387f63b1446cb7534f9ffc6aaf81595db849b (diff)
Remove not needed angular mocks library from release (#14992)
It seems this is only needed for tests but we actually exclude the tests from the release so we can also exclude this in the package.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 179559cf08..b55eb771a2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -56,3 +56,4 @@ tests/ export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
PULL_REQUEST_TEMPLATE export-ignore
+/libs/bower_components/angular-mocks export-ignore