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

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