Skip to content

Commit

Permalink
Platform Settings added
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis-Fernando-Molina committed Nov 22, 2021
1 parent 782aea4 commit 96578a1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Platform/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"files.exclude": {
"**/Data-Storage": true,
"**/Log-Files": true,
"**/node_modules": true,
"**/My-Social-Trading-Data": true,
"**/My-Network-Nodes-Data": true,
"**/My-Workspaces": true,
"**/My-Secrets": true,
"**/My-Data-Storage": true,
"**/My-Log-Files": true,
},
"search.exclude": {
"**/Data-Storage": true,
"**/Log-Files": true,
"**/node_modules": true,
"**/My-Social-Trading-Data": true,
"**/My-Network-Nodes-Data": true,
"**/My-Workspaces": true,
"**/My-Secrets": true,
"**/My-Data-Storage": true,
"**/My-Log-Files": true,
},
"search.maintainFileSearchCache": true,
"editor.mouseWheelZoom": true
}

0 comments on commit 96578a1

Please sign in to comment.