{
  "files.exclude": {
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/CVS": true,
    "**/.DS_Store": true,
    ".history": true,
    "**/node_modules": true
  },
  "explorerExclude.backup": null,
  "terminal.integrated.allowChords": false
}