diff --git a/.gitignore b/.gitignore index 20b4f40..3a35807 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,11 @@ **/.vscode **/.idea -**/input.txt **/debug/ **/target/ **/*rs.bk -**/calibration_document.txt **/.vsidx **/.suo -/CSharp/AdventOfCode/AdventOfCode/obj -/CSharp/AdventOfCode/AdventOfCode/bin -/CSharp/AdventOfCode/.vs -/CSharp/AdventOfCode/DayOne/obj -/CSharp/AdventOfCode/DayOne/bin -/CSharp/AdventOfCode/DayTwo/obj -/CSharp/AdventOfCode/DayTwo/bin -*.txt \ No newline at end of file +**/obj +**/bin +**/.vs +*.txt