Stardog

Unity 4.x gitignore example

Mar 7th, 2015
1,234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # ===================================== #
  2. # UNITY FOLDERS
  3. # ===================================== #
  4. Temp
  5. Library
  6. Obj
  7. obj
  8.  
  9. # ===================================== #
  10. # Visual Studio / MonoDevelop generated
  11. # ===================================== #
  12. ExportedObj/
  13. *.svd
  14. *.userprefs
  15. *.csproj
  16. *.pidb
  17. *.suo
  18. *.sln
  19. *.user
  20. *.unityproj
  21. *.booproj
  22.  
  23. # ===================================== #
  24. # OS generated
  25. # ===================================== #
  26. .DS_Store
  27. .DS_Store?
  28. ._*
  29. .Spotlight-V100
  30. .Trashes
  31. Icon?
  32. ehthumbs.db
  33. Thumbs.db
  34. .AppleDouble
  35. .LSOverride
  36.  
  37. # Windows Installer files
  38. *.cab
  39. *.msi
  40. *.msm
  41. *.msp
  42.  
  43. # Folder config file
  44. Desktop.ini
  45.  
  46. # Recycle Bin used on file shares
  47. $RECYCLE.BIN/
  48.  
  49. # ===================================== #
  50. # CUSTOM
  51. # ===================================== #
  52. # PROJECT-RELATED
  53. Assets/_Content/GUI
  54. Assets/zNotes
  55.  
  56. # COPYRIGHTED / ASSET STORE
  57. zAssets
  58. Assets/NGUI
  59. Assets/6by7
  60. Assets/ProCore
  61. Assets/Hard Surface Pro
  62. Assets/Behavior Designer
  63. Assets/Plugins/Vectrosity.dll
  64.  
  65. # UNITY PRO
  66. Assets/Standard Assets/Image Effects (Pro Only)
  67. Assets/Editor/Image Effects
  68.  
  69. # GITEYE
  70. *.project
Add Comment
Please, Sign In to add comment