Skip to content

Commit 0f99ba8

Browse files
committed
exclude docs from build
and cry to hide the tears
1 parent f17d1d8 commit 0f99ba8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

KSPBuildTools.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@
4242
<None Remove="$(MSBuildThisFileDirectory)tests/**" />
4343
<Compile Remove="$(MSBuildThisFileDirectory).github/**" />
4444
<None Remove="$(MSBuildThisFileDirectory).github/**" />
45+
<Compile Remove="$(MSBuildThisFileDirectory)docs/**" />
46+
<None Remove="$(MSBuildThisFileDirectory)docs/**" />
4547
</ItemGroup>
4648
</Project>

0 commit comments

Comments
 (0)