{
  "files.exclude": {
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/.DS_Store": true,
    "**/Thumbs.db": true,
    "**/.classpath": true,
    "**/.project": true,
    "**/.settings": true,
    "**/.factorypath": true,
    "node_modules": true,
    "scripts": true,
    ".vscode": true,
    "package.json": true,
    ".git": true,
    ".gitattributes": true,
    ".gitignore": true,
    "colors.theme.json": true,
    "package-lock.json": true,
    "tailwind": true,
    "test.js": true,
    "resources": true,
    "styles": true,
    "src\\tsconfig.json": true,
    "scss": true,
    "dist": true
  },
  "explorerExclude.backup": {}
}