From 7b3a36a5ec3c4f0265708cb7a601389252af1dff Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 16 Sep 2020 15:07:08 +0200 Subject: [PATCH] eslintignore: add template dirs --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index c73074efb3..46bb1ad2b2 100644 --- a/.eslintignore +++ b/.eslintignore @@ -7,3 +7,5 @@ **/.git/** **/public/** **/microsite/** +**/templates/** +**/sample-templates/**