Guest User

Untitled

a guest
Jun 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. {
  2. // Ho-Wan's Unity project exclusions
  3. "files.exclude": {
  4. "**/.git": true,
  5. "**/.DS_Store": true,
  6. "**/*.meta": true,
  7. "**/*.*.meta": true,
  8. "**/*.unity": true,
  9. "**/*.unityproj": true,
  10. "**/*.mat": true,
  11. "**/*.fbx": true,
  12. "**/*.FBX": true,
  13. "**/*.tga": true,
  14. "**/*.cubemap": true,
  15. "**/*.prefab": true,
  16. "**/Library": true,
  17. "**/ProjectSettings": true,
  18. "**/Temp": true,
  19.  
  20. // custom
  21. "**/*.sln": true,
  22. "**/*.csproj": true,
  23. "**/.collabignore": true,
  24. "**/3rd-Party": true,
  25. "**/Animations": true,
  26. "**/Audio": true,
  27. "**/Editor": true,
  28. "**/Materials": true,
  29. "**/Models": true,
  30. "**/Prefabs": true,
  31. "**/Sandbox": true,
  32. "**/Scenes": true,
  33. "**/Shaders": true,
  34. "**/Textures": true,
  35. "**/obj": true,
  36. "**/Packages": true,
  37. }
  38. }
Add Comment
Please, Sign In to add comment