From e174dda9eabe78a386546894068315918a1f8c57 Mon Sep 17 00:00:00 2001 From: jpoehnelt Date: Fri, 17 Sep 2021 19:03:02 +0000 Subject: [PATCH] chore: Synced local '.eslintignore' with remote 'sync-files/js/.eslintignore' --- .eslintignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 21869472..50ac3d6a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,7 @@ +bazel-* +coverage/ dist/ +docs/ lib/ -node_modules/ \ No newline at end of file +node_modules/ +public/ \ No newline at end of file