FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/.gitignore at codeql-cli/v2.15.2 · github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
998
Pull requests
464
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (45 loc) · 999 Bytes
Breadcrumbs
codeql
/
.gitignore
Copy path
File metadata and controls
61 lines (45 loc) · 999 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#
editor and OS artifacts
*
~
.DS_STORE
*
.swp
#
query compilation caches
.cache
#
qltest projects and artifacts
*
/
ql
/
test
/
**
/
*
.testproj
*
/
ql
/
test
/
**
/
*
.actual
*
/
ql
/
test
/
**
/
go.sum
#
Visual studio temporaries, except a file used by QL4VS
.vs
/
*
!
.vs
/
VSWorkspaceSettings.json
#
Byte-compiled python files
*
.pyc
#
python virtual environment folder
.venv
/
#
binary files created by pytest-cov
.coverage
#
It's useful (though not required) to be able to unpack codeql in the ql checkout itself
/
codeql
/
#
Avoid committing cached package components
.codeql
#
Compiled class file
*
.class
#
links created by bazel
/
bazel-
*
#
local bazel options
/
local.bazelrc
#
CLion project files
/
.clwb
#
Go build artifacts
go
/
build
/
*
#
Go binaries
go
/
tools
/
bin
go
/
tools
/
linux64
go
/
tools
/
osx64
go
/
tools
/
win64
go
/
tools
/
tokenizer.jar
go
/
main
#
node_modules folders except in the JS test suite
node_modules
/
!
/
javascript
/
ql
/
test
/
**
/
node_modules
/
#
Temporary folders for working with generated models
.model-temp
Back
|
FazBrowse Home
|
New Git URL