From bfd45f47fa73bac17e254a15173e9a647b021cce Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Sun, 11 Apr 2021 00:13:31 +0200 Subject: [PATCH] chore: git ignore vuepress cache and temp folders --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ccbc68d..ed91fed 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,7 @@ typings/ # End of https://www.gitignore.io/api/node,jetbrains,visualstudiocode /dist + +### Vuepress ### +.cache +.temp \ No newline at end of file