Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions internal/params/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ var BaseIncludeFilters = []string{
"Directory.Packages.props",
"*.rs",
"*.jsx",
"NuGet.Config",
".npmrc",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are there any other package manager's config files you guys want to add here?
can this change effect current customers?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now the other package manager config file that we need to add is settings.xml, but that one is already covered by the *.xml.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean by "affect current costumers"? In what way?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in a way that it will include files that was not included in the past

}

var BaseExcludeFilters = []string{
Expand Down
Loading