The more stuff in .gitignore the better, right?

Well... I guess as long as it isn't *.*
This commit is contained in:
Alex-TIMEHACK 2017-06-17 14:18:43 +01:00 committed by GitHub
parent cfed11508e
commit b7d17c511a

5
.gitignore vendored
View file

@ -364,6 +364,7 @@ UpgradeLog*.htm
# Microsoft Fakes # Microsoft Fakes
FakesAssemblies/ FakesAssemblies/
# GhostDoc plugin setting file # GhostDoc plugin setting file
*.GhostDoc.xml *.GhostDoc.xml
@ -425,6 +426,10 @@ __pycache__/
# End of https://www.gitignore.io/api/macos,linux,windows,jetbrains,visualstudio,visualstudiocode # End of https://www.gitignore.io/api/macos,linux,windows,jetbrains,visualstudio,visualstudiocode
### TimeHack Extra ### ### 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: # Including the .idea directory within repositories is a BAD idea:
# - contributors that do not use IntelliJ will end up producing commits later on # - contributors that do not use IntelliJ will end up producing commits later on