From dbc382f9ea7afa5a7db4adc94b466c47f6b0deb0 Mon Sep 17 00:00:00 2001 From: transtrike Date: Tue, 8 Dec 2020 17:44:20 +0200 Subject: git instuctions added --- API/API.code-workspace | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 API/API.code-workspace (limited to 'API') diff --git a/API/API.code-workspace b/API/API.code-workspace deleted file mode 100644 index 875e3c8..0000000 --- a/API/API.code-workspace +++ /dev/null @@ -1,19 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": { - "files.exclude": { - "**/.vscode": true, - "**/bin": true, - "**/obj": true, - ".gitignore" : true, - "**/README.md" : true, - "**/LICENSE" : true, - "**/Properties" : true, - "**/*.code-workspace" : true - } - } -} \ No newline at end of file -- cgit v1.2.3