UnlyEd / next-right-now

Flexible production-grade boilerplate with Next.js 11, Vercel and TypeScript. Includes multiple opt-in presets using Storybook, Airtable, GraphQL, Analytics, CSS-in-JS, Monitoring, End-to-end testing, Internationalization, CI/CD and SaaS B2B multi single-tenancy (monorepo) support
https://unlyed.github.io/next-right-now/
MIT License
1.27k stars 110 forks source link

Use .vercelignore better #299

Closed Vadorequest closed 3 years ago

Vadorequest commented 3 years ago

There might be quite a few folders that aren't ignored by Vercel while they should be.

https://vercel.com/guides/prevent-uploading-sourcepaths-with-vercelignore

The goal is to speed up upload/download of the project and ignore the stuff that's completely unnecessary.

Vadorequest commented 3 years ago

Done in https://github.com/UnlyEd/next-right-now/pull/366