diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-04-21 22:56:56 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-04-21 22:56:56 +0200 |
| commit | 2f975c41933731d81e570029fb59457399ec6d0d (patch) | |
| tree | 9c1ab1bfcf50472cf14f83fd79d6e637d99725eb /src/webapp/.vscode/settings.json | |
| parent | 1d482a4ec2cf24dbe7cc6cb02e192e1b9545f796 (diff) | |
| download | bookmark-thing-2f975c41933731d81e570029fb59457399ec6d0d.tar.xz bookmark-thing-2f975c41933731d81e570029fb59457399ec6d0d.zip | |
.
Diffstat (limited to 'src/webapp/.vscode/settings.json')
| -rw-r--r-- | src/webapp/.vscode/settings.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/webapp/.vscode/settings.json b/src/webapp/.vscode/settings.json new file mode 100644 index 0000000..b5da1fd --- /dev/null +++ b/src/webapp/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + "files.exclude": { + "**/.git": true, + "**/.svn": true, + "**/.hg": true, + "**/CVS": true, + "**/.DS_Store": true, + "**/Thumbs.db": true, + "**/bin": true, + "**/obj": true + }, + "hide-files.files": [] +} |
