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" - ] - } -}