fix gitignore
This commit is contained in:
parent
202971f343
commit
46ee4e7906
|
|
@ -172,4 +172,12 @@ dist
|
||||||
.pnp.\*
|
.pnp.\*
|
||||||
|
|
||||||
.wrangler/
|
.wrangler/
|
||||||
.*.md
|
.*.md
|
||||||
|
|
||||||
|
# Vercel
|
||||||
|
.vercel/
|
||||||
|
.dev.vars
|
||||||
|
|
||||||
|
# Environment variables
|
||||||
|
.env*
|
||||||
|
!.env.example
|
||||||
Loading…
Reference in New Issue