diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-20 10:24:51 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-20 10:24:51 +0200 |
commit | 8f9934b438a145d9d84beec0153c431996697507 (patch) | |
tree | a404cd97adc67fe0c44f6a26c85f202a258352ad /.vscode |
Initial commit
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..91d5379 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + // Configure glob patterns for excluding files and folders. + "files.exclude": { + ".vscode": true, + "**/_book": true, + "**/.git": true + }, + + // Search + // Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the files.exclude setting. + "search.exclude": { + } +} |