chore: git ignore vuepress cache and temp folders

This commit is contained in:
Alexander Zeitler 2021-04-11 00:13:31 +02:00
parent 1bc50ed7a0
commit bfd45f47fa

4
.gitignore vendored
View file

@ -75,3 +75,7 @@ typings/
# End of https://www.gitignore.io/api/node,jetbrains,visualstudiocode
/dist
### Vuepress ###
.cache
.temp