Skip to content

Commit e11f4e5

Browse files
committed
docs: Update gitignore and vscode settings
1 parent dfde567 commit e11f4e5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
coverage
33
.phpunit.result.cache
44
obsidian
5-
.obsidian
5+
.obsidian
6+
index.php

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"group": "tests"
1212
},
1313
"runOptions": {
14-
"runOn": "folderOpen"
14+
"runOn": "default"
1515
}
1616
},
1717
{
@@ -24,7 +24,7 @@
2424
"group": "analysis"
2525
},
2626
"runOptions": {
27-
"runOn": "folderOpen"
27+
"runOn": "default"
2828
}
2929
}
3030
]

0 commit comments

Comments
 (0)