.gitignore 314 B

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