From 79b0adf81ab94ea9e5272e8116ca6442c1698f4d Mon Sep 17 00:00:00 2001
From: Dragory <2606411+Dragory@users.noreply.github.com>
Date: Fri, 8 Nov 2019 00:03:24 +0200
Subject: [PATCH] Ignore .cache everywhere, not just repository root

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 2e53d425..d38433b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,6 +69,6 @@ desktop.ini
 # Misc
 /convert.js
 /startscript.js
-/.cache
+.cache
 npm-ls.txt
 npm-audit.txt