Просмотр исходного кода

chore(vscode): Hide model-manifest from search results (#42676)

Not sure what this file is, but its annoying when searching for things
since it lists tons of models and classes
Scott Cooper 2 лет назад
Родитель
Сommit
be771512ed
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

@@ -9,7 +9,8 @@
     "htmlcov": true,
     "node_modules": true,
     "src/sentry/locale": true,
-    "src/sentry/static/sentry/dist/": true
+    "src/sentry/static/sentry/dist/": true,
+    "model-manifest.json": true,
   },
   "search.followSymlinks": false,
   "files.trimTrailingWhitespace": true,