Skip to content

Commit 31f5819

Browse files
committed
🛠️FIXED🛠️ Removed problematic dotfiles case
1 parent e6fe2f5 commit 31f5819

File tree

3 files changed

+0
-125
lines changed

3 files changed

+0
-125
lines changed

.lichen.toml

Lines changed: 0 additions & 122 deletions
This file was deleted.

lic/assets/default.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
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.
3736
exclude = [
3837
"\\.gitignore",
@@ -43,7 +42,6 @@ exclude = [
4342
"LICENSE.*",
4443
".*\\.(md|rst|txt)",
4544
"Cargo.toml",
46-
"\\..*",
4745
".*\\.github/.*",
4846
]
4947

lic/src/utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)