Solved a little bug

This commit is contained in:
Tiago Ribeiro
2023-10-16 00:21:33 +01:00
parent d4085338ee
commit 91e0871247
3 changed files with 28 additions and 10 deletions

5
.gitignore vendored
View File

@@ -23,6 +23,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
@@ -33,3 +34,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.env
.yarn/*
.history*