Browse Source

fix(git): ignore cache directory

Konstantin BIFERT 2 years ago
parent
commit
af996ad0d9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -6,4 +6,5 @@ packages/.DS_Store
 # Local Netlify folder
 .netlify
 docs/.vitepress/dist
-apps/love-vue-threejs/
+docs/.vitepress/cache/
+apps/love-vue-threejs/