mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
chore: gitignore maintenance
This commit is contained in:
+17
-3
@@ -1,7 +1,21 @@
|
||||
.DS_Store
|
||||
# node modules
|
||||
node_modules
|
||||
|
||||
# MacOS desktop services store
|
||||
.DS_Store
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
.temp
|
||||
|
||||
# Meta files
|
||||
TODOs.md
|
||||
|
||||
# VuePress temp directory
|
||||
.temp
|
||||
|
||||
# Docs dist directory
|
||||
/vuepress
|
||||
|
||||
# Typescript build dist
|
||||
packages/@vuepress/shared-utils/lib/
|
||||
types
|
||||
packages/@vuepress/shared-utils/types/
|
||||
|
||||
Reference in New Issue
Block a user