Skip to content

Commit b5b184d

Browse files
committed
[ci skip] fixup
1 parent 8eeb9fd commit b5b184d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "php-dev (for CodeSpaces)",
2+
"name": "php-dev (for Codespaces)",
33
"customizations": {
44
"vscode": {
55
"extensions": [
@@ -12,4 +12,4 @@
1212
},
1313
"dockerComposeFile": "compose.yaml",
1414
"service": "shell"
15-
}
15+
}

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,6 @@ tmp-php.ini
287287
/junit.out.xml
288288
/.ccache/
289289

290-
# ------------------------------------------------------------------------------
291-
# Editor specified
292-
# ------------------------------------------------------------------------------
293-
/.vscode
294-
295290
# ------------------------------------------------------------------------------
296291
# Special cases to invert previous ignore patterns
297292
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)