Skip to content

Commit 0ac3023

Browse files
committed
Exclude metafix.diff files in editorconfigCheck.
1 parent d4704d2 commit 0ac3023

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ plugins {
66

77
editorconfig {
88
excludes = [
9+
'**/*.diff',
10+
'**/*.err',
911
'**/*.hprof.txt',
1012
'**/*.out',
11-
'**/*.err',
1213
'**/*.vsix',
1314
'**/.*',
1415
'**/bin',

0 commit comments

Comments
 (0)