Ignore VS Code workspaces
This commit is contained in:
parent
03cd042ac7
commit
242722e37d
2 changed files with 2 additions and 22 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
*.code-workspace
|
||||
|
||||
/src/cache/*
|
||||
|
||||
/vendor/bin
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue