diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-16 14:24:49 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-16 14:27:40 +0200 |
commit | 4feef5296bf3aea331fdde4cd7b94ee2322a907e (patch) | |
tree | 764618c74a241a7ce53a07e0105b01a4fb07f9c6 /.vscode/settings.json | |
parent | dd6f08b10b1597f44e3dc25509ac9a45336b0914 (diff) |
Moved project creation in a modal windows
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 60fab57..7ccd637 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,7 +12,6 @@ "webapp/dist": true, "webapp/node_modules": true }, - // Specify paths/files to ignore. (Supports Globs) "cSpell.ignorePaths": [ "**/node_modules/**", |