Skip to content

Commit

Permalink
ignore VS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Akarinnnnn committed Apr 7, 2020
1 parent 57d9e34 commit 0f97f6c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
/Standalone/bin
/Standalone/obj
/Standalone/.vs
/.vs
20 changes: 15 additions & 5 deletions Standalone/Steamworks.NET.Standard.csproj
Expand Up @@ -10,6 +10,21 @@
</PropertyGroup>

<ItemGroup>
<Compile Remove="%2a%2a\**" />
<EmbeddedResource Remove="%2a%2a\**" />
<None Remove="%2a%2a\**" />
</ItemGroup>

<ItemGroup>
<Compile Remove="%2a%2a/%2a.cs" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Remove="%2a%2a/%2a.resx" />
</ItemGroup>

<ItemGroup>
<None Remove="%2a%2a/%2a" />
<None Remove="README.md" />
<None Remove="Steamworks.NET.dll.config" />
</ItemGroup>
Expand Down Expand Up @@ -170,9 +185,4 @@
<None Include="..\Plugins\Steamworks.NET\redist\linux\launchscript" Link="Steamworks.NET\redist\linux\launchscript" />
</ItemGroup>

<ItemGroup>
<Folder Include="Steamworks.NET\types\SteamNetworkingTypes\" />
<Folder Include="Steamworks.NET\types\SteamRemotePlay\" />
</ItemGroup>

</Project>

0 comments on commit 0f97f6c

Please sign in to comment.