From b7d17c511a476b2f1080c90aaf245e3daac17b04 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sat, 17 Jun 2017 14:18:43 +0100 Subject: The more stuff in .gitignore the better, right? Well... I guess as long as it isn't *.* --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 28b24ac..2bd9d2e 100644 --- a/.gitignore +++ b/.gitignore @@ -364,6 +364,7 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ + # GhostDoc plugin setting file *.GhostDoc.xml @@ -425,6 +426,10 @@ __pycache__/ # End of https://www.gitignore.io/api/macos,linux,windows,jetbrains,visualstudio,visualstudiocode ### TimeHack Extra ### +TimeHACK.Main\bin\Debug +TimeHACK.Main\obj\Debug +TimeHACK.Engine\bin\Debug +TimeHACK.Engine\obj\Debug # Including the .idea directory within repositories is a BAD idea: # - contributors that do not use IntelliJ will end up producing commits later on -- cgit v1.2.3