Permalink
Cannot retrieve contributors at this time
32 lines (23 sloc)
599 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# editor and OS artifacts | |
*~ | |
.DS_STORE | |
*.swp | |
# query compilation caches | |
.cache | |
# qltest projects and artifacts | |
*/ql/test/**/*.testproj | |
*/ql/test/**/*.actual | |
# Visual studio temporaries, except a file used by QL4VS | |
.vs/* | |
!.vs/VSWorkspaceSettings.json | |
# Byte-compiled python files | |
*.pyc | |
# python virtual environment folder | |
.venv/ | |
# It's useful (though not required) to be able to unpack codeql in the ql checkout itself | |
/codeql/ | |
csharp/extractor/Semmle.Extraction.CSharp.Driver/Properties/launchSettings.json | |
# Avoid committing cached package components | |
.codeql | |
# Compiled class file | |
*.class |