Skip to content

Commit 6e955f7

Browse files
committed
Exclude "hidden" files in editorconfigCheck.
1 parent d9a47e4 commit 6e955f7

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+
'**/.*',
5051
'**/bin',
5152
'gradlew*'
5253
]

0 commit comments

Comments
 (0)