Skip to content

Commit

Permalink
chore: add support for patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBabbitt97 committed Dec 31, 2024
1 parent 4a50874 commit bef364b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -482,3 +482,6 @@ $RECYCLE.BIN/

# Vim temporary swap files
*.swp

# Rapture Project
*.patch
2 changes: 1 addition & 1 deletion src/Web/Rapture.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<Content Include="Patching\Data\**\*.torrent">
<Content Include="Patching\Data\**\*.*">
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
Expand Down

0 comments on commit bef364b

Please sign in to comment.