增加一些编译后文件以及本地配置文件的忽略
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -2,3 +2,11 @@
|
|||||||
cache
|
cache
|
||||||
.temp
|
.temp
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
dist
|
||||||
|
.vitepress/dist
|
||||||
|
.vitest
|
||||||
|
.vscode
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
Reference in New Issue
Block a user