mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
26 lines
316 B
Plaintext
26 lines
316 B
Plaintext
# VuePress files
|
|
example/.vuepress/.temp/
|
|
example/.vuepress/.cache/
|
|
example/.vuepress/dist/
|
|
|
|
# Dist files
|
|
lib/
|
|
|
|
# Test temp files
|
|
**/__fixtures__/.temp/
|
|
|
|
# Test coverage files
|
|
coverage/
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# MacOS Desktop Services Store
|
|
.DS_Store
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Typescript build info
|
|
*.tsbuildinfo
|