mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
.gitignore bazel symlinks
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -17,7 +17,7 @@
|
||||
# Byte-compiled python files
|
||||
*.pyc
|
||||
|
||||
# python virtual environment folder
|
||||
# python virtual environment folder
|
||||
.venv/
|
||||
|
||||
# It's useful (though not required) to be able to unpack codeql in the ql checkout itself
|
||||
@@ -29,4 +29,7 @@ csharp/extractor/Semmle.Extraction.CSharp.Driver/Properties/launchSettings.json
|
||||
.codeql
|
||||
|
||||
# Compiled class file
|
||||
*.class
|
||||
*.class
|
||||
|
||||
# links create by bazel
|
||||
/bazel-*
|
||||
|
||||
Reference in New Issue
Block a user