git排除文件
This commit is contained in:
parent
d537e7caa9
commit
0a856dab71
|
|
@ -9,3 +9,5 @@ node_modules
|
|||
.env.development
|
||||
.env.production
|
||||
dist
|
||||
|
||||
package-lock.json
|
||||
|
|
|
|||
|
|
@ -29,4 +29,6 @@ coverage
|
|||
|
||||
# .env
|
||||
.env.development
|
||||
.env.production
|
||||
.env.production
|
||||
|
||||
package-lock.json
|
||||
Loading…
Reference in New Issue