mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
13 lines
188 B
Plaintext
13 lines
188 B
Plaintext
# VuePress Cache
|
|
**/.vuepress/.cache/**
|
|
# VuePress Temp
|
|
**/.vuepress/.temp/**
|
|
# VuePress static files
|
|
**/.vuepress/public/**
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# pnpm lock file
|
|
pnpm-lock.yaml
|