Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
@vercel_python@5.0.0 source code.tar.gz | < 24 hours ago | 66.5 MB | |
@vercel_python@5.0.0 source code.zip | < 24 hours ago | 70.6 MB | |
README.md | < 24 hours ago | 528 Bytes | |
Totals: 3 Items | 137.1 MB | 0 |
Major Changes
-
By default, the Python builder excludes certain directories from the zip output. (#13609) In vercel.json it's also possible to specify a custom
excludeFiles
rule. PreviouslyexcludeFiles
would replace the default exclusions entirely. Now the default exclusions will always apply. The default exclusions consist of:- .git
- .vercel
- .pnpm-store
- node_modules (also excluded when nested)
- .next
- .nuxt