From 7398593bc36b9624db25f3faee21c3a35b1ca415 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Mon, 8 Aug 2016 17:29:38 +0200 Subject: [PATCH] Comments for ignored stuff --- .eslintignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index efe22d5b..2f9fd3b3 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,7 +1,12 @@ +# build output +dist +build app/dist + +# dependencies +node_modules app/node_modules + +# other app/static assets -build -dist -node_modules