We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf66449 commit 5975406Copy full SHA for 5975406
internal/zip/zip.go
@@ -35,7 +35,7 @@ func Build(dir string) (io.ReadCloser, *archive.Stats, error) {
35
36
r := io.MultiReader(
37
strings.NewReader(".*\n"),
38
- strings.NewReader("\n!node_modules/**\n!.pypath/**\n"),
+ strings.NewReader("\n!vendor\n!node_modules/**\n!.pypath/**\n"),
39
upignore,
40
strings.NewReader("\n!main\n!server\n!_proxy.js\n!byline.js\n!up.json\n!pom.xml\n!build.gradle\n!project.clj\ngin-bin\nup\n"))
41
0 commit comments