settings.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "cSpell.words":
  3. [
  4. "Behaviour",
  5. "Mathf",
  6. "playmode"
  7. ],
  8. "files.exclude":
  9. {
  10. "**/*.csproj": true,
  11. "**/.DS_Store": true,
  12. "**/.git": true,
  13. "**/.gitmodules": true,
  14. "**/*.booproj": true,
  15. "**/*.pidb": true,
  16. "**/*.suo": true,
  17. "**/*.user": true,
  18. "**/*.userprefs": true,
  19. "**/*.unityproj": true,
  20. "**/*.dll": true,
  21. "**/*.exe": true,
  22. "**/*.pdf": true,
  23. "**/*.mid": true,
  24. "**/*.midi": true,
  25. "**/*.wav": true,
  26. "**/*.gif": true,
  27. "**/*.ico": true,
  28. "**/*.jpg": true,
  29. "**/*.jpeg": true,
  30. "**/*.png": true,
  31. "**/*.psd": true,
  32. "**/*.tga": true,
  33. "**/*.tif": true,
  34. "**/*.tiff": true,
  35. "**/*.3ds": true,
  36. "**/*.3DS": true,
  37. "**/*.fbx": true,
  38. "**/*.FBX": true,
  39. "**/*.lxo": true,
  40. "**/*.LXO": true,
  41. "**/*.ma": true,
  42. "**/*.MA": true,
  43. "**/*.obj": true,
  44. "**/*.OBJ": true,
  45. "**/*.asset": true,
  46. "**/*.cubemap": true,
  47. "**/*.flare": true,
  48. "**/*.mat": true,
  49. "**/*.meta": true,
  50. "**/*.prefab": true,
  51. "**/*.unity": true,
  52. "build/": true,
  53. "Build/": true,
  54. "Library/": true,
  55. "library/": true,
  56. "obj/": true,
  57. "Obj/": true,
  58. "ProjectSettings/": true,
  59. "temp/": true,
  60. "Temp/": true
  61. }
  62. }