From 4ea6eed9fa3f8abe3ca3dda2d543eaa6d474e422 Mon Sep 17 00:00:00 2001 From: Jordan Brookman Date: Sat, 7 May 2022 21:17:37 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 3 +++ frontend/.gitignore | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 0ec3a7f..c6cb4b2 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ sketch # Misc. secrets (API keys, GCP credentials, etc.) .env + +eslintrc.json +frontend/eslintrc.json \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore index f4a466d..0f1072b 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -23,3 +23,5 @@ sketch # End of https://www.toptal.com/developers/gitignore/api/react service-account.json + +eslintrc.json \ No newline at end of file