refactor: Update devcontainer and configuration files for improved formatting and linting, corrected access to ssh keys (ref: #14)

This commit is contained in:
GitHub Copilot
2025-05-02 11:07:35 +00:00
parent 075cbe1e12
commit d8a70e0f08
3 changed files with 21 additions and 17 deletions

View File

@@ -29,11 +29,6 @@
}
},
"files": {
"ignore": [
"dist",
"node_modules",
".astro",
"coverage"
]
"ignore": ["dist", "node_modules", ".astro", "coverage"]
}
}
}