2022-03-13 06:14:05 +08:00

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