You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 regels
350 B

  1. {
  2. "folders":
  3. [
  4. {
  5. "path": ".",
  6. "folder_exclude_patterns": ["dist", "node_modules", "lib"]
  7. }
  8. ],
  9. "settings":
  10. {
  11. "file_exclude_patterns": ["swagger-ui.sublime-workspace"]
  12. },
  13. "build_systems":
  14. [
  15. {
  16. "name": "List",
  17. "cmd": ["ls"]
  18. }
  19. ]
  20. }