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