Add CodeQL artifacts to .gitignore and remove from repo

Co-authored-by: MayaTheShy <117858929+MayaTheShy@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-16 23:51:25 +00:00
parent 8afdd85e3a
commit b8c3489687
4 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
# Build artifacts
/build/
**/target/
_codeql_build_dir/
_codeql_detected_source_root
# CMake
CMakeFiles/

Binary file not shown.

Binary file not shown.

View File

@@ -1 +0,0 @@
.