MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda / build_ignore_files

Function build_ignore_files

crates/cargo-lambda-new/src/lib.rs:394–398  ·  view source on GitHub ↗
(config: &Config, template_config: &TemplateConfig)

Source from the content-addressed store, hash-verified

392}
393
394fn build_ignore_files(config: &Config, template_config: &TemplateConfig) -> Vec<PathBuf> {
395 let mut ignore_files = template_config.ignore_files.clone();
396 ignore_files.extend(config.ignore_file.clone().unwrap_or_default());
397 ignore_files
398}
399
400fn should_render_file(
401 relative: &Path,

Callers 1

new_projectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected