chore: ignore vscode settings.json and tasks.json (#12875)

This commit is contained in:
Tony
2025-03-03 11:38:47 +08:00
committed by GitHub
parent f98598817c
commit dc78dfecab

2
.gitignore vendored
View File

@@ -13,6 +13,8 @@ node_modules/
# .vscode workspace settings file
.vscode/settings.json
.vscode/launch.json
.vscode/tasks.json
# npm, yarn and bun lock files
package-lock.json