Browse Source

vscode: improve default exclusions

David Cramer 7 years ago
parent
commit
715d10020d
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 1 0
      .vscode/settings.json

+ 1 - 0
.gitignore

@@ -33,3 +33,4 @@ example/db.sqlite
 /test_cli/
 Gemfile.lock
 .idea/
+.vscode/tags

+ 1 - 0
.vscode/settings.json

@@ -5,6 +5,7 @@
         "**/*.js.map": true,
         "static": true,
         "node_modules": true,
+        "htmlcov": true,
         "src/sentry/static/sentry/dist/": true
     },
     "files.trimTrailingWhitespace": true,