Skip to content

Commit

Permalink
FileConventions.Test.fsproj: add DummyFiles subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte authored and tehraninasab committed Jun 26, 2023
1 parent e77df4a commit d2cafae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/FileConventions.Test/FileConventions.Test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,20 @@

</ItemGroup>

<ItemGroup>
<None Include="DummyFiles\DummyFsprojWithAsterisk.fsproj" />
<None Include="DummyFiles\DummyWithShebang.fsx" />
<None Include="DummyFiles\DummyWithWrongShebang.fsx" />
<None Include="DummyFiles\DummyWithoutMissingVersionsInNugetPackageReferences.fsx" />
<None Include="DummyFiles\DummyEmpty.fsx" />
<None Include="DummyFiles\DummyWithLFLineEndings" />
<None Include="DummyFiles\DummyWithMixedLineEndings" />
<None Include="DummyFiles\DummyFsprojWithoutAsterisk.fsproj" />
<None Include="DummyFiles\DummyWithoutShebang.fsx" />
<None Include="DummyFiles\DummyCIWithLatestTag.yml" />
<None Include="DummyFiles\DummyWithoutNugetPackageReferences.fsx" />
<None Include="DummyFiles\DummyCIWithoutLatestTag.yml" />
<None Include="DummyFiles\DummyWithMissingVersionsInNugetPackageReferences.fsx" />
<None Include="DummyFiles\DummyWithCRLFLineEndings" />
</ItemGroup>
</Project>

0 comments on commit d2cafae

Please sign in to comment.