Skip to content

Commit

Permalink
Fixes to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thereisnotime committed Jun 21, 2020
1 parent 4c943d0 commit cc90340
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
[Dd]ebugPublic/
#[Rr]elease/
#[Rr]eleases/
x64/
x86/
#x64/
#x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
#[Bb]in/
[Oo]bj/
[Ll]og/

Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions UT3ServerManager/bin/Release/UT3ServerManager.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

0 comments on commit cc90340

Please sign in to comment.