Add folder interface and support native pathmap folder type.
[src/xds/xds-server.git] / .vscode / settings.json
index 429cbbe..60fab57 100644 (file)
         "webapp/dist": true,
         "webapp/node_modules": true
     },
+
+    // Specify paths/files to ignore. (Supports Globs)
+    "cSpell.ignorePaths": [
+        "**/node_modules/**",
+        "**/vscode-extension/**",
+        "**/.git/**",
+        "**/vendor/**",
+        ".vscode",
+        "typings"
+    ],
     // Words to add to dictionary for a workspace.
     "cSpell.words": [
         "apiv",
         "sdkid",
         "CLOUDSYNC",
         "xdsagent",
-        "eows"
+        "gdbserver",
+        "golib",
+        "eows",
+        "mfolders",
+        "IFOLDER",
+        "flds"
     ]
 }