Skip to content

Commit

Permalink
Ignore local environment file and add Vercel settings
Browse files Browse the repository at this point in the history
Update `.gitignore` to ignore `.env*.local` files. Also, update `21XO-MVP.code-workspace` to include Vercel settings for authentication.

Resolves: #123
  • Loading branch information
XOwlPost committed Feb 10, 2024
1 parent 7e08bd2 commit 6f80108
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ npm-debug.log*
# IDE
.vscode/
.idea/
.env*.local
7 changes: 6 additions & 1 deletion 21XO-MVP.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
{
"path": "."
}
]
],
"settings": {
"vercelVSCode.accessToken": "lheVa80KIFXoq6pZx78Qo05Q",
"vercelVSCode.projectId": "prj_C10RMoroFLUhacQMcHsTq5o1agD0",
"vercelVSCode.teamId": "team_vH5MMrAeIgwOXuVAqrBAUD9e"
}
}

0 comments on commit 6f80108

Please sign in to comment.