We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5e611 commit 3772efdCopy full SHA for 3772efd
.gitignore
@@ -17,7 +17,7 @@
17
# Byte-compiled python files
18
*.pyc
19
20
-# python virtual environment folder
+# python virtual environment folder
21
.venv/
22
23
# 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
29
.codeql
30
31
# Compiled class file
32
-*.class
+*.class
33
+
34
+# links create by bazel
35
+/bazel-*
0 commit comments