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

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