update .gitignore
This commit is contained in:
parent
0ad2820a2a
commit
cb40fa4c3a
|
|
@ -2,7 +2,7 @@
|
||||||
package-lock.json
|
package-lock.json
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
#yarn
|
# yarn
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
# vscode
|
# vscode
|
||||||
|
|
@ -13,3 +13,6 @@ docs/.vuepress/dist
|
||||||
|
|
||||||
# 百度链接推送
|
# 百度链接推送
|
||||||
urls.txt
|
urls.txt
|
||||||
|
|
||||||
|
# mac
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue