Skip to content

Commit

Permalink
Add .vercel to gitignore (#4095)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

Adds `.vercel` to both `.gitignore` files to prevent Vercel build files
from being included in repo.

_Opened this PR to test if the `deploy/netlify` check was disabled, but
it looks like it still ran. But might as well git this edit in place
while we're at it._
  • Loading branch information
JKarlavige authored Sep 19, 2023
2 parents 5ff30c1 + a0afdaf commit bf40649
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ website/i18n/*
.netlify

.eslintcache

# Local Vercel folder
.vercel
5 changes: 4 additions & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ yarn-error.log*
# feeds
/static/feeds/atom.xml
/static/feeds/rss.json
/static/feeds/rss.xml
/static/feeds/rss.xml

# Local Vercel folder
.vercel

0 comments on commit bf40649

Please sign in to comment.