Skip to content

Commit be7ea94

Browse files
committed
Fix gitignore
1 parent 3fa3b08 commit be7ea94

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ steamcmd/
7272
/toolmanifest.vdf
7373
/VERSIONS.txt
7474

75-
# Steam Linux Runtime (SLR)
76-
/mtree.txt.gz
77-
/run-in-scout-on-soldier
78-
/scout-on-soldier-entry-point-v2
79-
/toolmanifest.vdf
80-
/VERSIONS.txt
75+
# Allow tracking for redist
76+
!/redist/
77+
!/redist/**

redist/icon.png

4.13 KB
Loading

redist/redist-server-preview-old/RocketModFix.Unturned.Redist.Server-Preview.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
<file src="*.dll" target="lib/netstandard2.1" />
3535
<file src="*.xml" target="lib/netstandard2.1" />
3636

37-
<file src="../icon.png" target="icon.png" />
37+
<file src="..\icon.png" target="icon.png" />
3838
</files>
3939
</package>

0 commit comments

Comments
 (0)