Skip to content

Commit 56aba98

Browse files
Added support for Gemfile
1 parent 601185a commit 56aba98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/params/filters.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ var BaseIncludeFilters = []string{
140140
"*.jsx",
141141
"*.bicepparam",
142142
"*.bicep",
143+
"Gemfile*",
143144
}
144145

145146
var BaseExcludeFilters = []string{

0 commit comments

Comments
 (0)