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 638B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [Ll]ibrary/
  2. [Tt]emp/
  3. [Oo]bj/
  4. [Bb]uild/
  5. [Bb]uilds/
  6. [Ll]ogs/
  7. # Uncomment this line if you wish to ignore the asset store tools plugin
  8. # [Aa]ssets/AssetStoreTools*
  9. # Visual Studio cache directory
  10. .vs/
  11. # Gradle cache directory
  12. .gradle/
  13. # Autogenerated VS/MD/Consulo solution and project files
  14. ExportedObj/
  15. .consulo/
  16. *.csproj
  17. *.unityproj
  18. *.sln
  19. *.suo
  20. *.tmp
  21. *.user
  22. *.userprefs
  23. *.pidb
  24. *.booproj
  25. *.svd
  26. *.pdb
  27. *.mdb
  28. *.opendb
  29. *.VC.db
  30. # Unity3D generated meta files
  31. *.pidb.meta
  32. *.pdb.meta
  33. *.mdb.meta
  34. # Unity3D generated file on crash reports
  35. sysinfo.txt
  36. # Builds
  37. *.apk
  38. *.unitypackage
  39. # Crashlytics generated file
  40. crashlytics-build.properties