Skip to content

Commit a65737d

Browse files
added .bicep and .bicepparam file extension support
1 parent df80dee commit a65737d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/params/filters.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ var BaseIncludeFilters = []string{
138138
"Directory.Build.props",
139139
"*.rs",
140140
"*.jsx",
141+
"*.bicepparam",
142+
"*.bicep",
141143
}
142144

143145
var BaseExcludeFilters = []string{

0 commit comments

Comments
 (0)