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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2020-09-05 18:44:58 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-09-05 18:44:58 +0300
commit0a501353d4f18b63d9cda00adbedc11964a077e3 (patch)
tree97411494cac8b60a8a4ded6612af28bd48788ae7 /.scrutinizer.yml
parentfe8cac176e13561468a144e6e1017eaaef475f02 (diff)
Fix issue with js/dist dir
Related to https://github.com/phpmyadmin/phpmyadmin/pull/16331. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 8e2ccef28b..c0298ea43e 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -6,6 +6,7 @@ filter:
excluded_paths:
- build/
- js/vendor/
+ - js/dist/
- node_modules/
- tmp/
- vendor/