Merge pull request #8 from adityasharad/queries-xml

Add `queries.xml` files.
This commit is contained in:
Alexander Eyers-Taylor
2020-01-21 16:54:22 +00:00
committed by GitHub
7 changed files with 8 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# CodeQL compilation caches
.cache/

View File

@@ -0,0 +1 @@
<queries language="cpp"/>

View File

@@ -0,0 +1 @@
<queries language="csharp"/>

View File

@@ -0,0 +1 @@
<queries language="go"/>

View File

@@ -0,0 +1 @@
<queries language="java"/>

View File

@@ -0,0 +1 @@
<queries language="javascript"/>

View File

@@ -0,0 +1 @@
<queries language="python"/>