Skip to content

Commit

Permalink
Remove .wrangler from the example by adding it to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankboosi committed Oct 10, 2024
1 parent dc104b6 commit 87eecb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/vercel-blog-starter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

#wrangler
.worker-next
.wrangler

0 comments on commit 87eecb5

Please sign in to comment.