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:
authordizzy <diosmosis@users.noreply.github.com>2022-01-09 22:36:08 +0300
committerGitHub <noreply@github.com>2022-01-09 22:36:08 +0300
commitdd0878327e5a0c8ca578507a571a68ecb5319215 (patch)
treeeea881bf2b2c181ef0bb213d1cdc4615fca86bad
parentf29eb9884ed0cfe21069dda2003f1ef6e1a17d1d (diff)
add vue ignores to template .gitignore (#18592)4.7.0-b2
-rw-r--r--plugins/ExamplePlugin/.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/.gitignore b/plugins/ExamplePlugin/.gitignore
index c8c9480010..6531dab6a3 100644
--- a/plugins/ExamplePlugin/.gitignore
+++ b/plugins/ExamplePlugin/.gitignore
@@ -1 +1,5 @@
-tests/System/processed/*xml \ No newline at end of file
+tests/System/processed/*xml
+/vue/dist/demo.html
+/vue/dist/*.common.js
+/vue/dist/*.map
+/vue/dist/*.development.*