.gitignore 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. /[Uu]ser[Ss]ettings/
  12. # MemoryCaptures can get excessive in size.
  13. # They also could contain extremely sensitive data
  14. /[Mm]emoryCaptures/
  15. # Asset meta data should only be ignored when the corresponding asset is also ignored
  16. !/[Aa]ssets/**/*.meta
  17. # Uncomment this line if you wish to ignore the asset store tools plugin
  18. # /[Aa]ssets/AssetStoreTools*
  19. # Autogenerated Jetbrains Rider plugin
  20. /[Aa]ssets/Plugins/Editor/JetBrains*
  21. # Visual Studio cache directory
  22. .vs/
  23. .idea/
  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. # GitHub
  48. LICENSE.meta
  49. README.md.meta
  50. # Unity3D generated file on crash reports
  51. sysinfo.txt
  52. # Builds
  53. *.apk
  54. *.aab
  55. *.unitypackage
  56. # Crashlytics generated file
  57. crashlytics-build.properties
  58. crashlytics_build_id.xml
  59. crashlytics_build_id.xml.meta
  60. # Packed Addressables
  61. /[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
  62. # Temporary auto-generated Android Assets
  63. /[Aa]ssets/[Ss]treamingAssets/aa.meta
  64. /[Aa]ssets/[Ss]treamingAssets/aa/*
  65. # # Maxst AR SDK
  66. # arsdk_version.txt
  67. # arsdk_version.txt.meta
  68. # Dummy data
  69. # create dummy files individually if necessary
  70. /[Aa]ssets/StreamingAssets/DummyResult/*
  71. # Generated by MacOS
  72. .DS_Store
  73. # Generated by Windows
  74. Thumbs.db
  75. # Visual Studio
  76. .vsconfig
  77. # Unity Folder
  78. [Ll]ibrary/
  79. [Tt]emp/
  80. [Oo]bj/
  81. [Bb]uild/
  82. [Bb]uilds/
  83. [Ll]ogs/
  84. [Uu]ser[Ss]ettings/