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>2021-11-11 10:01:02 +0300
committerGitHub <noreply@github.com>2021-11-11 10:01:02 +0300
commitac3d508c9ac9700c7d3928bd8014a34205f4c296 (patch)
tree4513a42996b36c158bdb7e9f6306225803ba9456 /.gitignore
parent32d9de6491f9f313d8008a5b853c4369dc9c8ceb (diff)
use .development suffix for watch files and gitignore them so its not needed to constantly rebuild before pushing (#18286)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5cfd20a13b..197e2a9c1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -104,3 +104,4 @@ docker-compose.yml
/plugins/*/vue/dist/demo.html
/plugins/*/vue/dist/*.common.js
/plugins/*/vue/dist/*.map
+/plugins/*/vue/dist/*.development.*