.gitignore 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. /UnityObfuscator-*
  6. /HybridCLRData/
  7. # /Assets/StreamingAssets/
  8. /Bundles/StandaloneWindows64
  9. /Bundles/Android
  10. /Bundles/WebGL
  11. /Sandbox/
  12. /Release/
  13. /Recordings/
  14. /Excels/excel/~$*.xlsx
  15. /TextToolDatas/
  16. /qrcodes/
  17. /[Ll]ibrary/
  18. /[Tt]emp/
  19. /[Oo]bj/
  20. /[Bb]uild/
  21. /[Bb]uilds/
  22. /[Ll]ogs/
  23. /[Uu]ser[Ss]ettings/
  24. # MemoryCaptures can get excessive in size.
  25. # They also could contain extremely sensitive data
  26. /[Mm]emoryCaptures/
  27. # Asset meta data should only be ignored when the corresponding asset is also ignored
  28. !/[Aa]ssets/**/*.meta
  29. # Uncomment this line if you wish to ignore the asset store tools plugin
  30. # /[Aa]ssets/AssetStoreTools*
  31. # Autogenerated Jetbrains Rider plugin
  32. /[Aa]ssets/Plugins/Editor/JetBrains*
  33. # Visual Studio cache directory
  34. .vs/
  35. # Gradle cache directory
  36. .gradle/
  37. # Autogenerated VS/MD/Consulo solution and project files
  38. ExportedObj/
  39. .consulo/
  40. *.csproj
  41. *.unityproj
  42. *.sln
  43. *.suo
  44. *.tmp
  45. *.user
  46. *.userprefs
  47. *.pidb
  48. *.booproj
  49. *.svd
  50. *.pdb
  51. *.mdb
  52. *.opendb
  53. *.VC.db
  54. # Unity3D generated meta files
  55. *.pidb.meta
  56. *.pdb.meta
  57. *.mdb.meta
  58. # Unity3D generated file on crash reports
  59. sysinfo.txt
  60. # Builds
  61. *.apk
  62. *.aab
  63. *.unitypackage
  64. # Crashlytics generated file
  65. crashlytics-build.properties
  66. # Packed Addressables
  67. /[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
  68. # Temporary auto-generated Android Assets
  69. /[Aa]ssets/[Ss]treamingAssets/aa.meta
  70. /[Aa]ssets/[Ss]treamingAssets/aa/*
  71. .vsconfig
  72. Assets/StreamingAssets.meta
  73. # Word temporary
  74. ~$*.doc*
  75. # Excel temporary
  76. ~$*.xls*
  77. # Excel Backup File
  78. *.xlk
  79. # PowerPoint temporary
  80. ~$*.ppt*