mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
26 lines
304 B
Plaintext
26 lines
304 B
Plaintext
# node modules
|
|
node_modules
|
|
|
|
# MacOS desktop services store
|
|
.DS_Store
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Meta files
|
|
TODOs.md
|
|
|
|
# Editors
|
|
.vscode
|
|
.idea
|
|
|
|
# VuePress temp directory
|
|
.temp
|
|
|
|
# Docs dist directory
|
|
/vuepress
|
|
|
|
# Typescript build dist
|
|
packages/@vuepress/shared-utils/lib/
|
|
packages/@vuepress/shared-utils/types/
|