From f4abf11eabab1dd3bc23489d7a2621d50ec7c4b1 Mon Sep 17 00:00:00 2001 From: Tom Gao Date: Wed, 9 Oct 2019 11:13:30 +0800 Subject: [PATCH] feat: ignore .history folder (#5384) --- .eslintignore | 1 + .prettierignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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