smartUPS.sublime-project 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "folders":
  3. [
  4. {
  5. "path": ".",
  6. "name": "BT-670x_universal",
  7. "folder_exclude_patterns": ["node_modules", "test", "dist", "src"],
  8. "file_exclude_patterns": ["*.sublime-project", "*.conf.js", "*.png", "*.ico", "*.cgi"]
  9. },
  10. {
  11. "path": "src/wui-3",
  12. "name": "CGI-6703",
  13. "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
  14. },
  15. {
  16. "path": "src/wui-7",
  17. "name": "CGI-6707",
  18. "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
  19. },
  20. {
  21. "path": "src/wui-9",
  22. "name": "CGI-6709",
  23. "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
  24. },
  25. {
  26. "path": "src/wui-10",
  27. "name": "CGI-6710",
  28. "file_exclude_patterns": ["*.png", "*.ico", "*.html", "*.js", "*.css"]
  29. },
  30. {
  31. "path": "src",
  32. "name": "SRC",
  33. "file_exclude_patterns": ["*.png", "*.ico", "*.png", "*.cgi"]
  34. },
  35. {
  36. "path": "dist",
  37. "name": "DIST"
  38. }
  39. ],
  40. "settings":
  41. {
  42. "tab_size": 2,
  43. "translate_tabs_to_spaces": true,
  44. "spell_check": true
  45. },
  46. }