1
0
mirror of https://github.com/github/gitignore synced 2024-06-16 09:29:57 +02:00

Add vuepress v2.x temp and cache directory

This commit is contained in:
Lucien Zhang 2021-09-12 23:10:01 +09:00 committed by GitHub
parent b0012e4930
commit edc2325d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,10 @@ dist
# vuepress build output # vuepress build output
.vuepress/dist .vuepress/dist
# vuepress v2.x temp and cache directory
.temp
.cache
# Serverless directories # Serverless directories
.serverless/ .serverless/