Skip to content

Commit

Permalink
Optimize .vercelignore configuration (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest authored Jun 10, 2021
1 parent 2f4e9f1 commit b0dd34f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Optimize speed/size of deployments by not uploading those files
.idea/
.github/
node_modules/
cypress/
docs/
coverage/
scripts/
svg-to-react/
.codeclimate.yml
.editorconfig
.env.build.example
buildspec.yml
README.md
yarn.lock
.env*
.hybrid-cache-*.cache
.jest-test-results.json
*.md
LICENSE
yarn-error.log

# Avoid tests being deployed as Vercel Serverless Functions (increases bundle size, and count towards limits)
# Avoid tests being deployed as Vercel Serverless Functions (they would increase bundle size, and count towards Vercel's limits)
src/pages/api/*.test.ts
src/pages/api/**/*.test.ts

0 comments on commit b0dd34f

Please sign in to comment.