From ce37c0331a6e9e28cb9a64e9ae8b8becb80a2575 Mon Sep 17 00:00:00 2001 From: Victoria Lee Date: Sun, 18 Aug 2024 21:00:12 -0700 Subject: [PATCH] eslint ignore protos --- .eslintignore | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) diff --git a/.eslintignore b/.eslintignore index 39435b6..50fac67 100644 --- a/.eslintignore +++ b/.eslintignore @@ -33,3 +33,6 @@ npm-debug.log.* !.erb docs + +# Ignore protos auto-generated files +protos-main \ No newline at end of file diff --git a/.gitignore b/.gitignore index 339bb76..b755018 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ npm-debug.log.* *.scss.d.ts docs/ +