diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-17 14:18:43 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-17 14:18:43 +0100 |
| commit | b7d17c511a476b2f1080c90aaf245e3daac17b04 (patch) | |
| tree | bc158549aac02db481babedc56d8a94d8e1d6367 | |
| parent | cfed11508eadd97c31fc9c4968785803b431c993 (diff) | |
| download | histacom2-b7d17c511a476b2f1080c90aaf245e3daac17b04.tar.gz histacom2-b7d17c511a476b2f1080c90aaf245e3daac17b04.tar.bz2 histacom2-b7d17c511a476b2f1080c90aaf245e3daac17b04.zip | |
The more stuff in .gitignore the better, right?
Well... I guess as long as it isn't *.*
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
