From 51cb473141a76b6f0fde1feb73aaf91089e6ad7d Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 24 Jun 2017 09:22:03 +0200 Subject: [PATCH] (build): Ignore wiki from dot file --- .eslintignore | 1 + .npmignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index f1e4f3b08..ce3a35817 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ node_modules lib/static coverage/ lib/GUI/ +wiki/ diff --git a/.npmignore b/.npmignore index fcd9ea4ed..5c40931aa 100644 --- a/.npmignore +++ b/.npmignore @@ -4,3 +4,4 @@ coverage/ verdaccio-*.tgz test-storage* /.* +wiki/