enhance(gitignore): add my-codeql-db and codeql-linux64.zip to .gitignore

enhance(workspace): include my-codeql-db source archive in Chiron workspace
This commit is contained in:
GitHub Actions
2025-12-24 04:16:43 +00:00
parent 323b2aa637
commit 2bed82d4d2
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@@ -240,3 +240,5 @@ sbom*.json
.docker/compose/docker-compose.override.yml
docker-compose.test.yml
.github/agents/prompt_template/
my-codeql-db/**
codeql-linux64.zip

View File

@@ -5,6 +5,10 @@
},
{
"path": "../codeql"
},
{
"name": "[my-codeql-db source archive]",
"uri": "codeql-zip-archive://0-37/projects/Charon/my-codeql-db/src.zip"
}
],
"settings": {