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.
 
 
 

18 lines
196 B

  1. {
  2. "folders":
  3. [
  4. {
  5. "path": "src/client",
  6. "folder_exclude_patterns": [
  7. "plugins"
  8. ]
  9. },
  10. {
  11. "path": "src/server",
  12. "folder_exclude_patterns": [
  13. "node_modules"
  14. ]
  15. }
  16. ]
  17. }