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:
authordiosmosis <diosmosis@users.noreply.github.com>2020-06-26 12:33:41 +0300
committerGitHub <noreply@github.com>2020-06-26 12:33:41 +0300
commitb12946909ff323ea2f7e7af04e4435d2dd503023 (patch)
tree90ae60f7755336e80a7bc6a1d538ae02c24493af /.gitignore
parent714503751b76436daf6533331f24e3400eb06ad1 (diff)
run npm update and include node_modules (#16079)
* update npm packages to latest * fix javascript path location * update screenshots * Add node_modules for users that do not have npm insalled but use git to deploy. * fix release checklist test * Add old chroma-js + some files missing from node_module. * remove npm install * fix .travis.yml * update expected screenshots * update submodule Co-authored-by: sgiehl <stefan@matomo.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 20 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f1df72e212..9403bb9263 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,7 +75,25 @@ php_errors.log
/.vagrant
/plugins/.gitignore
/js/container*.js
-/node_modules
-/node_modules/*/node_modules
/.docker
docker-compose.yml
+/node_modules/*
+!/node_modules/angular
+!/node_modules/angular-animate
+!/node_modules/angular-cookies
+!/node_modules/angular-mocks
+!/node_modules/angular-sanitize
+!/node_modules/chroma-js
+!/node_modules/iframe-resizer
+!/node_modules/jquery
+!/node_modules/jquery-mousewheel
+!/node_modules/jquery-ui-dist
+!/node_modules/jquery.browser
+!/node_modules/jquery.dotdotdot
+!/node_modules/jquery.scrollto
+!/node_modules/materialize-css
+!/node_modules/mousetrap
+!/node_modules/ng-dialog
+!/node_modules/qrcodejs2
+!/node_modules/sprintf-js
+!/node_modules/visibilityjs