From c4100645f6c0edaa2494546e77cf0fb6d4e0e92f Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Wed, 22 Mar 2023 15:10:03 +0800 Subject: [PATCH] chore: add chache folder to gitignore for ignoring directory --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a7d6d8e..dc8d3ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -127,4 +127,7 @@ dist .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* \ No newline at end of file +.pnp.* + +# global cache +cache \ No newline at end of file