From b742c1aea12383267c00671b4b086ae3c53d6da2 Mon Sep 17 00:00:00 2001 From: Kry9toN Date: Sat, 23 Jan 2021 13:47:55 +0700 Subject: [PATCH] ignores .cache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e4fc59d..a8cb004 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ lib/instaStory.js lib/jiwa.js package-lock.json .env -dist \ No newline at end of file +dist +.cache