Skip to content

Commit a91c234

Browse files
authored
Merge pull request #27 from per1234/expand-editorconfig-checker-exclude
Exclude additional paths in editorconfig-checker configuration
2 parents 1e4447d + 78d9519 commit a91c234

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ecrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"Exclude": [
3+
"^\\.git[/\\\\]",
4+
"^\\.licenses[/\\\\]",
5+
"__pycache__[/\\\\]",
6+
"node_modules[/\\\\]",
37
"^LICENSE\\.txt$",
48
"^poetry\\.lock$",
59
"^RFCs/0002-pluggable-discovery.md",

0 commit comments

Comments
 (0)