Advertisement
BaneOfSmite

Untitled

May 15th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  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. /[Mm]emoryCaptures/
  12.  
  13. # Never ignore Asset meta data
  14. !/[Aa]ssets/**/*.meta
  15.  
  16. # Uncomment this line if you wish to ignore the asset store tools plugin
  17. # /[Aa]ssets/AssetStoreTools*
  18.  
  19. # TextMesh Pro files
  20. [Aa]ssets/TextMesh*Pro/
  21.  
  22. # Autogenerated Jetbrains Rider plugin
  23. [Aa]ssets/Plugins/Editor/JetBrains*
  24.  
  25. # Visual Studio cache directory
  26. .vs/
  27.  
  28. # Gradle cache directory
  29. .gradle/
  30.  
  31. # Autogenerated VS/MD/Consulo solution and project files
  32. ExportedObj/
  33. .consulo/
  34. *.csproj
  35. *.unityproj
  36. *.sln
  37. *.suo
  38. *.tmp
  39. *.user
  40. *.userprefs
  41. *.pidb
  42. *.booproj
  43. *.svd
  44. *.pdb
  45. *.mdb
  46. *.opendb
  47. *.VC.db
  48.  
  49. # Unity3D generated meta files
  50. *.pidb.meta
  51. *.pdb.meta
  52. *.mdb.meta
  53.  
  54. # Unity3D generated file on crash reports
  55. sysinfo.txt
  56.  
  57. # Builds
  58. *.apk
  59. *.unitypackage
  60.  
  61. # Crashlytics generated file
  62. crashlytics-build.properties
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement