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.

47 lines
601 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. #Large WIP or legacy files
  10. (Legacy)/
  11. .WIP Textures/
  12. WIP Art/
  13. # Visual Studio cache directory
  14. .vs/
  15. # Autogenerated VS/MD/Consulo solution and project files
  16. ExportedObj/
  17. .consulo/
  18. *.csproj
  19. *.unityproj
  20. *.sln
  21. *.suo
  22. *.tmp
  23. *.user
  24. *.userprefs
  25. *.pidb
  26. *.booproj
  27. *.svd
  28. *.pdb
  29. *.opendb
  30. # Unity3D generated meta files
  31. *.pidb.meta
  32. *.pdb.meta
  33. # Unity3D Generated File On Crash Reports
  34. sysinfo.txt
  35. # Builds
  36. *.apk
  37. *.unitypackage
  38. # End of https://www.gitignore.io/api/unity