From 242722e37db036a98de2d8d8b9b39d60ec22a836 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Wed, 12 Oct 2022 19:43:14 +0200 Subject: [PATCH] Ignore VS Code workspaces --- .gitignore | 2 ++ workspace.code-workspace | 22 ---------------------- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 workspace.code-workspace diff --git a/.gitignore b/.gitignore index 569ace11..4be3fe2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.code-workspace + /src/cache/* /vendor/bin diff --git a/workspace.code-workspace b/workspace.code-workspace deleted file mode 100644 index 834965b2..00000000 --- a/workspace.code-workspace +++ /dev/null @@ -1,22 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": { - "php-docblocker.author": { - "name": "Jay Trees", - "email": "github.jay@grandel.anonaddy.me" - }, - "git.ignoreLimitWarning": true, - "files.exclude": { - "**/translations": true - } - }, - "extensions": { - "recommendations": [ - "TheJltres.fomantic-ui-snippets" - ] - } -}