You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
663 B

  1. # Created by https://www.gitignore.io/api/unity
  2. ### Unity ###
  3. [Ll]ibrary/
  4. [Tt]emp/
  5. [Oo]bj/
  6. [Bb]uild/
  7. [Bb]uilds/
  8. Assets/AssetStoreTools*
  9. #Include all of Streaming Assets
  10. !Assets/StreamingAssets/**
  11. #Large WIP or legacy files
  12. (Legacy)/
  13. .WIP Textures/
  14. WIP Art/
  15. # Visual Studio cache directory
  16. .vs/
  17. # Autogenerated VS/MD/Consulo solution and project files
  18. ExportedObj/
  19. .consulo/
  20. *.csproj
  21. *.unityproj
  22. *.sln
  23. *.suo
  24. *.tmp
  25. *.user
  26. *.userprefs
  27. *.pidb
  28. *.booproj
  29. *.svd
  30. *.pdb
  31. *.opendb
  32. # Unity3D generated meta files
  33. *.pidb.meta
  34. *.pdb.meta
  35. # Unity3D Generated File On Crash Reports
  36. sysinfo.txt
  37. # Builds
  38. *.apk
  39. *.unitypackage
  40. # End of https://www.gitignore.io/api/unity