1. 06 12月, 2017 1 次提交
  2. 30 11月, 2017 1 次提交
    • M
      Fixing .gitignore (#2531) · dc0ca6d8
      Matthew Wallace 提交于
      * Update Unity.gitignore
      
      Prevents directories: `Library`
      `Temp`
      `Obj`
      `Build`
      `Builds`
      `Assets/AssetStoreTools`
      from being included in the remote if the project sits in the `Assets` folder.
      
      * removed wildcards from Unity's .gitignore
      dc0ca6d8
  3. 29 11月, 2017 13 次提交
  4. 24 11月, 2017 1 次提交
  5. 20 11月, 2017 1 次提交
  6. 18 11月, 2017 2 次提交
  7. 16 11月, 2017 1 次提交
  8. 15 11月, 2017 1 次提交
  9. 09 11月, 2017 1 次提交
  10. 08 11月, 2017 3 次提交
  11. 30 10月, 2017 3 次提交
  12. 28 10月, 2017 1 次提交
  13. 24 10月, 2017 1 次提交
  14. 23 10月, 2017 2 次提交
  15. 19 10月, 2017 1 次提交
  16. 18 10月, 2017 1 次提交
    • S
      Ignore Nuget package directory name casing · 301da25f
      synepis 提交于
      It looks like VS2017 changed it's nuget package directory name to be capitalized.
      When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing.
      301da25f
  17. 16 10月, 2017 2 次提交
  18. 09 10月, 2017 1 次提交
  19. 08 10月, 2017 1 次提交
    • M
      Commenting out Android keystore files · 77145f78
      Mohammad Alhobayyeb 提交于
      Android keystore files are critical and losing them is destructive.
      
      They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository.
      77145f78
  20. 21 9月, 2017 2 次提交