From 66cc575ec55f018b46c6cf5a5d788da69b4f14dc Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Tue, 2 Aug 2022 15:22:34 +0200 Subject: [PATCH] Ignore .angular for prettier and eslint (#3214) --- .eslintignore | 1 + .prettierignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 1a4673e357f..4e2b3a58fd6 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,6 @@ **/build **/dist +.angular **/node_modules diff --git a/.prettierignore b/.prettierignore index 8f0e5688297..0a23f5ce733 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,6 +2,7 @@ **/build **/dist **/coverage +.angular # External libraries / auto synced locales apps/browser/src/_locales