Skip to content

Commit

Permalink
Extend search pattern to cover areas that only have DotSettings.user …
Browse files Browse the repository at this point in the history
…files available
  • Loading branch information
brikabrak committed May 11, 2024
1 parent b77af3b commit ba3836c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ Generated\ Files/
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# Test Data
/*.Tests/**/data

# NUnit
*.VisualState.xml
TestResult.xml
Expand Down
4 changes: 0 additions & 4 deletions Rabi.Tests/Rabi.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@
<ProjectReference Include="..\Rabi\Rabi.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="data\" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Rabi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private static void SetPathCommand(RootCommand root, Option[] commandOptions, Op
var settingLines = dataProvider.GetDataFromPath(
pathArgVal,
"*.DotSettings",
"*.DotSettings*",
pathOpts.UserFirst ? ".DotSettings.user" : string.Empty);
var solutionLines = dataProvider.GetDataFromPath(pathArgVal, "*.sln");
Expand Down

0 comments on commit ba3836c

Please sign in to comment.