From f3fd2a7025133f510ab0bc6b767c8c64a011faa9 Mon Sep 17 00:00:00 2001 From: Pablu23 <43807157+Pablu23@users.noreply.github.com> Date: Mon, 25 Oct 2021 17:19:13 +0200 Subject: [PATCH] Added obj, and bin in gitignore Signed-off-by: Pablu23 <43807157+Pablu23@users.noreply.github.com> --- .idea/.idea.TicTacToe/.idea/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.idea/.idea.TicTacToe/.idea/.gitignore b/.idea/.idea.TicTacToe/.idea/.gitignore index 402278d..28bac9c 100644 --- a/.idea/.idea.TicTacToe/.idea/.gitignore +++ b/.idea/.idea.TicTacToe/.idea/.gitignore @@ -11,3 +11,6 @@ /dataSources.local.xml # Editor-based HTTP Client requests /httpRequests/ + +TicTacToe/obj +TicTacToe/bin \ No newline at end of file