From f5f6cac9e80ebf5dde3d64da915e75be9d6f95d3 Mon Sep 17 00:00:00 2001 From: Maxime Vorwerk Date: Fri, 25 Aug 2023 15:43:56 +0200 Subject: [PATCH] file visibility changes --- julia/CubeShapeCounting.code-workspace | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/julia/CubeShapeCounting.code-workspace b/julia/CubeShapeCounting.code-workspace index bab1b7f..83dea4e 100644 --- a/julia/CubeShapeCounting.code-workspace +++ b/julia/CubeShapeCounting.code-workspace @@ -4,5 +4,12 @@ "path": ".." } ], - "settings": {} + "settings": { + "files.exclude": { + "**/*.sln": true, + "**/*.code-workspace": true, + "**/.gitignore": true, + "**/.gitattributes": true + } + } } \ No newline at end of file