.gitignore 309 B

12345678910111213141516171819202122232425
  1. # ---> Unity
  2. /[Ll]ibrary/
  3. /[Tt]emp/
  4. /[Oo]bj/
  5. /[Bb]uild/
  6. /[Uu]serSettings/
  7. /[Ll]ogs/
  8. # Autogenerated VS/MD solution and project files
  9. *.csproj
  10. *.unityproj
  11. *.sln
  12. *.suo
  13. *.tmp
  14. *.user
  15. *.userprefs
  16. *.pidb
  17. *.booproj
  18. # Unity3D generated meta files
  19. *.pidb.meta
  20. # Unity3D Generated File On Crash Reports
  21. sysinfo.txt