File tree Expand file tree Collapse file tree 3 files changed +0
-125
lines changed
Expand file tree Collapse file tree 3 files changed +0
-125
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232# - "\\.git/.*": Excludes everything inside the .git directory.
3333# - "README.*": Excludes files starting with "README".
3434# - ".*\\.(md|rst|txt)": Excludes common documentation files.
35- # - "\\..*": Excludes all dotfiles
3635# Default: Empty list.
3736exclude = [
3837 " \\ .gitignore" ,
@@ -43,7 +42,6 @@ exclude = [
4342 " LICENSE.*" ,
4443 " .*\\ .(md|rst|txt)" ,
4544 " Cargo.toml" ,
46- " \\ ..*" ,
4745 " .*\\ .github/.*" ,
4846]
4947
Original file line number Diff line number Diff line change @@ -1009,7 +1009,6 @@ pub fn build_exclude_regex(
10091009 "LICENSE.*" . to_string( ) ,
10101010 ".*\\ .(md|rst|txt)" . to_string( ) ,
10111011 "Cargo.toml" . to_string( ) ,
1012- "\\ ..*" . to_string( ) ,
10131012 ".*\\ .github/.*" . to_string( ) ,
10141013 ] ;
10151014
You can’t perform that action at this time.
0 commit comments