1. 05 1月, 2015 2 次提交
  2. 12 12月, 2014 3 次提交
  3. 05 12月, 2014 1 次提交
    • J
      Fix solution/project files for nested directories. · 103740bd
      Joel Kuntz 提交于
      By having the leading `/` infront of the `*` makes these types of files relative to the directory the gitignore is in. If you create a Unity project inside of a git directory Unity forces you to create a new directory, thus not picking up these files.
      103740bd
  4. 26 7月, 2014 1 次提交
  5. 18 6月, 2014 1 次提交
    • A
      Update Unity.gitignore · 83602f4c
      ahmyi 提交于
      Sysinfo.txt is generated by unity if occurs any crashes. The content consist of  users system information, running process etc. I don't think that should be shared with others.
      83602f4c
  6. 05 2月, 2014 1 次提交
  7. 17 1月, 2014 1 次提交
  8. 23 11月, 2013 1 次提交
  9. 12 11月, 2013 1 次提交
    • J
      Prevent Unity .gitignore from ignoring non-Unity project files · 4469ba49
      Jephir 提交于
      Unity only generates project files in the top-level directory.
      However, the current .gitignore will ignore all project files even
      if they were not generated by Unity.
      
      It is sometimes necessary to include non-Unity project files for
      level editors or other utility projects that have been added to the
      repository.
      4469ba49
  10. 08 11月, 2013 1 次提交
    • Á
      Added Visual Studio .suo files · 6b707950
      Álison Fernandes 提交于
      *.suo files are binary, user specific files generated by Visual Studio with some user configuration information, thus, don't need to be versioned.
      6b707950
  11. 24 3月, 2012 1 次提交