From 9dceb725f80fa2ca8514be90be8d84182f260909 Mon Sep 17 00:00:00 2001 From: Carl Woffenden Date: Thu, 2 Apr 2020 16:54:49 +0200 Subject: [PATCH] Ignoring VS working files and Mac finder Minor change but stops the need to keep manually ignoring/reverting working files. --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 3558c56..6f256e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ bin/ build/ + +# VS project and working files +*.vcxproj.user +.vs/ +Debug/ +Release/ + + +# Mac finder +.DS_Store