.gitignore 294 B

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