diff --git a/.gitignore b/.gitignore index 8b43596..32f8c12 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ .git .vscode -actions.code-workspace diff --git a/actions.code-workspace b/actions.code-workspace new file mode 100644 index 0000000..b706d3f --- /dev/null +++ b/actions.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "sources" + } + ], + "settings": {} +} \ No newline at end of file