Add .DS_Store to ignored directories
This commit is contained in:
parent
01bf363446
commit
b1ce969d80
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ fn build_dir(dir: &str, language: &str) {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
let ignore = vec!["tree-sitter-typescript".to_string()];
|
||||
let ignore = vec!["tree-sitter-typescript".to_string(), ".DS_Store".to_string()];
|
||||
let dirs = collect_tree_sitter_dirs(&ignore);
|
||||
|
||||
let mut n_jobs = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue