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.

39 lines
530 B

6 years ago
  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. # Visual Studio 2015 cache directory
  10. /.vs/
  11. # Autogenerated VS/MD/Consulo solution and project files
  12. ExportedObj/
  13. .consulo/
  14. *.csproj
  15. *.unityproj
  16. *.sln
  17. *.suo
  18. *.tmp
  19. *.user
  20. *.userprefs
  21. *.pidb
  22. *.booproj
  23. *.svd
  24. *.pdb
  25. # Unity3D generated meta files
  26. *.pidb.meta
  27. # Unity3D Generated File On Crash Reports
  28. sysinfo.txt
  29. # Builds
  30. *.apk
  31. *.unitypackage
  32. # End of https://www.gitignore.io/api/unity