diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-24 21:28:57 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-06-24 21:28:57 +0100 |
| commit | 031c9999a328b96b67430fb598a687190d260fa5 (patch) | |
| tree | 19c137aeb841cff7d85ff15cd74720a4b6464b55 | |
| parent | 4a57dd8877b2ad433226353c33252d02439d1c6b (diff) | |
| parent | baf3b622e9789c3dcb8fbc05a100f4e3364d5d6f (diff) | |
| download | histacom2-031c9999a328b96b67430fb598a687190d260fa5.tar.gz histacom2-031c9999a328b96b67430fb598a687190d260fa5.tar.bz2 histacom2-031c9999a328b96b67430fb598a687190d260fa5.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -399,7 +399,8 @@ _Pvt_Extensions paket-files/ # FAKE - F# Make -.fake/ + +!.fake/ # JetBrains Rider .idea/ @@ -455,6 +456,7 @@ TimeHACK.Engine\obj\Release !TimeHACK.Engine\obj\Release\DesignTimeResolveAssemblyReferences.cache !TimeHACK.Engine\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache !TimeHACK.Engine\obj\Release\CoreCompileInputs.cache +!packages # Including the .idea directory within repositories is a BAD idea: # - contributors that do not use IntelliJ will end up producing commits later on |
