Skip to content

Commit

Permalink
feat: more trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Dec 1, 2023
1 parent 7637a45 commit 3e959fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filesystem_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ fn should_skip_folder(path: &Path) -> bool {
std::env::var("IGNORE_FOLDER_MARKER_FILES")
.unwrap_or(".ignore".to_string())
.as_str()
.trim()
.split(',')
.map(|s| s.trim().to_string())
.collect();
Expand Down

0 comments on commit 3e959fd

Please sign in to comment.