.gitignore 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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/main/Unity.gitignore
  4. #
  5. /[Ll]ibrary/
  6. /[Tt]emp/
  7. /[Oo]bj/
  8. /[Bb]uild/
  9. /[Bb]uilds/
  10. /[Ll]ogs/
  11. /[Uu]ser[Ss]ettings/
  12. /[Ll]fs/[Tt]mp/
  13. # MemoryCaptures can get excessive in size.
  14. # They also could contain extremely sensitive data
  15. /[Mm]emoryCaptures/
  16. # Recordings can get excessive in size
  17. /[Rr]ecordings/
  18. # Uncomment this line if you wish to ignore the asset store tools plugin
  19. # /[Aa]ssets/AssetStoreTools*
  20. # Autogenerated Jetbrains Rider plugin
  21. /[Aa]ssets/Plugins/Editor/JetBrains*
  22. # Visual Studio cache directory
  23. .vs/
  24. # Gradle cache directory
  25. .gradle/
  26. # Autogenerated VS/MD/Consulo solution and project files
  27. ExportedObj/
  28. .consulo/
  29. *.csproj
  30. *.unityproj
  31. *.sln
  32. *.suo
  33. *.tmp
  34. *.user
  35. *.userprefs
  36. *.pidb
  37. *.booproj
  38. *.svd
  39. *.pdb
  40. *.mdb
  41. *.opendb
  42. *.VC.db
  43. # Unity3D generated meta files
  44. *.pidb.meta
  45. *.pdb.meta
  46. *.mdb.meta
  47. # Unity3D generated file on crash reports
  48. sysinfo.txt
  49. # Builds
  50. *.apk
  51. *.aab
  52. *.unitypackage
  53. *.app
  54. # Crashlytics generated file
  55. crashlytics-build.properties
  56. # Packed Addressables
  57. /[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
  58. # Temporary auto-generated Android Assets
  59. /[Aa]ssets/[Ss]treamingAssets/aa.meta
  60. /[Aa]ssets/[Ss]treamingAssets/aa/*
  61. /Assets/Titles/
  62. /Assets/Titles.meta
  63. /Assets/Photon/PhotonUnityNetworking/Resources/
  64. /Assets/Photon/PhotonUnityNetworking/Resources.meta
  65. /Assets/MHLab/
  66. /Assets/MHLab.meta
  67. /Assets/ToDo.txt
  68. /Assets/ToDo.txt.meta
  69. /PATCHWorkspace/
  70. /Assets/Resources/
  71. /Assets/Resources.meta
  72. /Assets/Resources/Fonts & Materials/Makinas-4-Flat SDF.asset
  73. /Assets/Resources/Fonts & Materials/mplus-1c-regular SDF.asset
  74. /Assets/Resources/Fonts & Materials/ANTQUAB SDF.asset
  75. /Assets/StreamingAssets/Card/
  76. /.idea
  77. /.idea/.idea.DCGO