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 c87203f commit 3602de2Copy full SHA for 3602de2
src/tui/add.rs
@@ -55,7 +55,7 @@ impl DeployerProjectOptions {
55
.extend([PathBuf::from("Cargo.lock"), PathBuf::from("target")].into_iter()),
56
"go" => self
57
.cache_files
58
- .extend([PathBuf::from("go.sum"), PathBuf::from("vendor")].into_iter()),
+ .extend([PathBuf::from("vendor")].into_iter()),
59
"python" => self
60
61
.extend([PathBuf::from("__pycache__"), PathBuf::from("dist")].into_iter()),
0 commit comments