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