Skip to content
Snippets Groups Projects
Commit 94a73bc3 authored by Susan Yuen's avatar Susan Yuen
Browse files

Added git ignore

parent d3205e18
No related branches found
No related tags found
No related merge requests found
*.suo
*.csproj
\ No newline at end of file
No preview for this file type
......@@ -66,6 +66,14 @@
<Reference Include="System.Net" />
</ItemGroup>
<ItemGroup>
<Compile Include="Archer.cs" />
<Compile Include="DamageCalculations.cs" />
<Compile Include="GameFunction.cs" />
<Compile Include="Graph.cs" />
<Compile Include="Mage.cs" />
<Compile Include="MapFunction.cs" />
<Compile Include="Node.cs" />
<Compile Include="Player.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resource1.Designer.cs">
<AutoGen>True</AutoGen>
......@@ -74,6 +82,9 @@
</Compile>
<Compile Include="RunProgram.cs" />
<Compile Include="Game.cs" />
<Compile Include="Unit.cs" />
<Compile Include="Warrior.cs" />
<Compile Include="Weapon.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Game.ico" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment