Skip to content

Commit

Permalink
Ignore Out folder in ModelGenerator compile
Browse files Browse the repository at this point in the history
  • Loading branch information
exp111 committed Sep 12, 2023
1 parent 7adfa12 commit 4867e66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Turbulence.ModelGenerator/Turbulence.ModelGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Out\**" />
<EmbeddedResource Remove="Out\**" />
<None Remove="Out\**" />
</ItemGroup>
</Project>

0 comments on commit 4867e66

Please sign in to comment.