added .gitignore to remove binaries and build folders

This commit is contained in:
2019-12-03 18:36:01 -05:00
parent 06176e2ec2
commit 242ebb0d93
22 changed files with 260 additions and 28 deletions

Binary file not shown.

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

Binary file not shown.

View File

@@ -1 +0,0 @@
32b0cee30476cf404bcb931ca8435e90f1b2fd77

View File

@@ -1,7 +0,0 @@
C:\Users\grodriguez\source\repos\AdventOfCode\2019\ProblemOne\ProblemOne\bin\Debug\ProblemOne.exe.config
C:\Users\grodriguez\source\repos\AdventOfCode\2019\ProblemOne\ProblemOne\bin\Debug\ProblemOne.exe
C:\Users\grodriguez\source\repos\AdventOfCode\2019\ProblemOne\ProblemOne\bin\Debug\ProblemOne.pdb
C:\Users\grodriguez\source\repos\AdventOfCode\2019\ProblemOne\ProblemOne\obj\Debug\ProblemOne.csprojAssemblyReference.cache
C:\Users\grodriguez\source\repos\AdventOfCode\2019\ProblemOne\ProblemOne\obj\Debug\ProblemOne.csproj.CoreCompileInputs.cache
C:\Users\grodriguez\source\repos\AdventOfCode\2019\ProblemOne\ProblemOne\obj\Debug\ProblemOne.exe
C:\Users\grodriguez\source\repos\AdventOfCode\2019\ProblemOne\ProblemOne\obj\Debug\ProblemOne.pdb

Binary file not shown.

Binary file not shown.