You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.gitignore 355B

123456789101112131415161718192021222324252627282930
  1. /[Ll]ibrary/
  2. /[Tt]emp/
  3. /[Oo]bj/
  4. /[Bb]uild/
  5. /[Bb]uilds/
  6. /Assets/AssetStoreTools*
  7. # Autogenerated VS/MD solution and project files
  8. ExportedObj/
  9. *.csproj
  10. *.unityproj
  11. *.sln
  12. *.suo
  13. *.tmp
  14. *.user
  15. *.userprefs
  16. *.pidb
  17. *.booproj
  18. *.svd
  19. # Unity3D generated meta files
  20. *.pidb.meta
  21. # Unity3D Generated File On Crash Reports
  22. sysinfo.txt
  23. # Builds
  24. *.apk
  25. *.unitypackage