diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-17 14:27:56 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-17 14:27:56 +0100 |
| commit | 05946bfb41f5d248e4f95e8f2dc4689a4a71edd0 (patch) | |
| tree | 276fc30acde5320b50b6a9c89e0bfd248018a89a | |
| parent | b7d17c511a476b2f1080c90aaf245e3daac17b04 (diff) | |
| download | histacom2-05946bfb41f5d248e4f95e8f2dc4689a4a71edd0.tar.gz histacom2-05946bfb41f5d248e4f95e8f2dc4689a4a71edd0.tar.bz2 histacom2-05946bfb41f5d248e4f95e8f2dc4689a4a71edd0.zip | |
STUUUUUUFFFFFFFFF
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -384,6 +384,7 @@ typings/ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw + # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts @@ -427,9 +428,13 @@ __pycache__/ ### TimeHack Extra ### TimeHACK.Main\bin\Debug +TimeHACK.Main\bin\Release TimeHACK.Main\obj\Debug +TimeHACK.Main\obj\Release TimeHACK.Engine\bin\Debug +TimeHACK.Engine\bin\Release TimeHACK.Engine\obj\Debug +TimeHACK.Engine\obj\Release # Including the .idea directory within repositories is a BAD idea: # - contributors that do not use IntelliJ will end up producing commits later on |
