Skip to content

Commit 07af86e

Browse files
kuco23claude
andcommitted
claude:chore: add claude-code devcontainer extension and gitignore local claude settings
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 716e91c commit 07af86e

3 files changed

Lines changed: 5 additions & 15 deletions

File tree

.claude/settings.json

Whitespace-only changes.

.devcontainer/devcontainer.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"ms-azuretools.vscode-docker",
2020
"christian-kohler.path-intellisense",
2121
"wayou.vscode-todo-highlight",
22-
"pkief.material-icon-theme"
22+
"pkief.material-icon-theme",
23+
"anthropic.claude-code"
2324
],
2425
"settings": {
2526
"[typescript]": {
@@ -29,20 +30,8 @@
2930
"editor.insertSpaces": true,
3031
"editor.detectIndentation": false,
3132
"files.trimFinalNewlines": true,
32-
"files.trimTrailingWhitespace": true,
33-
"yaml.customTags": [
34-
"!reference sequence"
35-
]
33+
"files.trimTrailingWhitespace": true
3634
}
3735
}
3836
}
39-
40-
// Features to add to the dev container. More info: https://containers.dev/features.
41-
// "features": {},
42-
43-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
44-
// "forwardPorts": [],
45-
46-
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
47-
// "remoteUser": "devcontainer"
4837
}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ dist-ssr
2525

2626
*:Zone.Identifier
2727

28-
*.env
28+
*.env
29+
.claude/settings.local.json

0 commit comments

Comments
 (0)