.gitignore 1.1 KB

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