.gitignore 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. # Asset meta data should only be ignored when the corresponding asset is also ignored
  13. !/[Aa]ssets/**/*.meta
  14. # Uncomment this line if you wish to ignore the asset store tools plugin
  15. # /[Aa]ssets/AssetStoreTools*
  16. # Autogenerated Jetbrains Rider plugin
  17. [Aa]ssets/Plugins/Editor/JetBrains*
  18. # Visual Studio cache directory
  19. .vs/
  20. # Gradle cache directory
  21. .gradle/
  22. # Autogenerated VS/MD/Consulo solution and project files
  23. ExportedObj/
  24. .consulo/
  25. *.csproj
  26. *.unityproj
  27. *.sln
  28. *.suo
  29. *.tmp
  30. *.user
  31. *.userprefs
  32. *.pidb
  33. *.booproj
  34. *.svd
  35. *.pdb
  36. *.mdb
  37. *.opendb
  38. *.VC.db
  39. # Unity3D generated meta files
  40. *.pidb.meta
  41. *.pdb.meta
  42. *.mdb.meta
  43. # Unity3D generated file on crash reports
  44. sysinfo.txt
  45. # Builds
  46. *.apk
  47. *.unitypackage
  48. # Crashlytics generated file
  49. crashlytics-build.properties
  50. /External/
  51. /Assets/Plotting/plots/
  52. /Assets/Logs/
  53. /Assets/SuperCombiner/