Ignore VS Code workspaces

This commit is contained in:
grandeljay 2022-10-12 19:43:14 +02:00
parent 03cd042ac7
commit 242722e37d
2 changed files with 2 additions and 22 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
*.code-workspace
/src/cache/*
/vendor/bin

View file

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