add: env & package lock
This commit is contained in:
parent
d4cdab87ab
commit
03989db8cd
|
@ -27,6 +27,7 @@ yarn-error.log*
|
|||
|
||||
# local env files
|
||||
.env*.local
|
||||
*.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
@ -34,3 +35,5 @@ yarn-error.log*
|
|||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
package-lock.json
|
||||
|
|
Loading…
Reference in New Issue