Skip to content

Commit 95a2d59

Browse files
committed
chore: update .gitignore and vercel configuration
- Added .vercel and .env*.local to .gitignore files in the root and app directories. - Specified "nextjs" as the framework in app/vercel.json for better deployment configuration.
1 parent 903c7d1 commit 95a2d59

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ coverage
77
.DS_Store
88
.env
99
.agent-loop.lock
10+
.vercel
11+
.env*.local

app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.vercel
2+
.env*.local

app/vercel.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"framework": "nextjs",
23
"installCommand": "pnpm install --frozen-lockfile"
34
}

0 commit comments

Comments
 (0)