rofrischmann/elodin

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
  "search.exclude": {
    "**/.next": true,
    "**/lib": true,
    "**/es": true,
    "**/node_modules": true,
    "**/*.elo.*": true,
    "**/*Style.re": true,
    "**/*.bs.js": true
  },
  "files.exclude": {
    "**/.next": true,
    "**/node_modules": true,
    "**/lib": true,
    "**/es": true,
    "**/*.elo.*": true,
    "**/*Style.re": true,
    "**/*.bs.js": true,
    "**/.merlin": true,
    "**/.bsb.lock": true,
    "**/.graphql_ppx_cache/": true,
    "**/.DS_Store": true,
    "**/._*": true,
    "**/Thumbs.db": true,
    "**/.Spotlight-V100": true,
    "**/.Trashes": true,
    "**/*~": true,
    "**/*.diff": true,
    "**/*.err": true,
    "**/*.log": true,
    "**/*.orig": true,
    "**/*.pyc": true,
    "**/*.rej": true,
    "**/*.vsix": true,
    "**/*.sass-cache": true,
    "**/*.sw?": true,
    "**/*.vi": true,
    "**/package-lock.json": true,
    "**/es ": true,
    "**/coverage ": true
  }
}