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

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