From 9d6a427976c2ff011379f4f52ce9a32d70ed1369 Mon Sep 17 00:00:00 2001 From: Fred Wenzel Date: Sat, 6 Mar 2021 10:23:03 -0800 Subject: [PATCH] gitignore cleanup --- .gitignore | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2973d79d..fc50f7f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,4 @@ -/01 Acey Ducey/csharp/obj -/47 Hi-Lo/csharp/obj -/.vs -/33 Dice/csharp/obj -/01 Acey Ducey/csharp/.vs/AceyDucey -/01 Acey Ducey/csharp/bin/Debug/netcoreapp3.1 -/33 Dice/csharp/bin/Debug/net5.0 -/basic-computer-games-dot-net/.vs/basic-computer-games-dot-net/v16 +*/.vs */csharp/bin */csharp/obj @@ -15,3 +8,6 @@ *.iml *.ipr out/ + +*.py[co] +Pipfile