diff --git a/.eslintignore b/.eslintignore index 966421f4..16116a2b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ /lambda/ /scripts /config +.history \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index a1842db5..4fa82fc9 100644 --- a/.prettierignore +++ b/.prettierignore @@ -16,4 +16,5 @@ Dockerfile* LICENSE .eslintcache *.lock -yarn-error.log \ No newline at end of file +yarn-error.log +.history \ No newline at end of file