Skip to content

Commit d057f20

Browse files
committed
Exclude Eclipse 'bin' output folders in editorconfig check
1 parent 6b14ffd commit d057f20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ editorconfig {
4747
'**/*.bzip2',
4848
'**/*.gzip',
4949
'**/*.xz',
50+
'**/bin',
5051
'gradlew*'
5152
]
5253
}

0 commit comments

Comments
 (0)