add: env & package lock

This commit is contained in:
Elie Baier 2024-03-23 21:59:01 +01:00
parent d4cdab87ab
commit 03989db8cd
1 changed files with 3 additions and 0 deletions

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