Skip to content

Commit

Permalink
add infra to vercelignore (#257)
Browse files Browse the repository at this point in the history
The `vercel` command wasn't working on my local because it was needlessly uploading 300+ MB of terraform. Excludes the whole `infra` directory from upload to vercel, as that directory is not needed for vercel deployments.
  • Loading branch information
elijahcarrel authored Jan 23, 2024
1 parent edbf854 commit d8c9808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.next
infra

1 comment on commit d8c9808

@vercel
Copy link

@vercel vercel bot commented on d8c9808 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.