add: env & package lock

This commit is contained in:
2024-03-23 21:59:01 +01:00
parent d4cdab87ab
commit 03989db8cd

3
.gitignore vendored
View File

@@ -27,6 +27,7 @@ yarn-error.log*
# local env files # local env files
.env*.local .env*.local
*.env
# vercel # vercel
.vercel .vercel
@@ -34,3 +35,5 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
next-env.d.ts next-env.d.ts
package-lock.json