FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql/.gitignore at main · 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
997
Pull requests
467
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
81 lines (59 loc) · 1.28 KB
Breadcrumbs
codeql
/
.gitignore
Copy path
File metadata and controls
81 lines (59 loc) · 1.28 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#
editor and OS artifacts
*
~
.DS_STORE
*
.swp
#
query compilation caches
.cache
#
qltest projects and artifacts
*
.actual
*
/
ql
/
test
*
/
**
/
*
.testproj
*
/
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
#
generated cmake directory
/
.bazel-cmake
#
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
/
mad-generation-build
#
bazel-built in-tree extractor packs
/
*
/
extractor-pack
#
Jetbrains IDE files
.idea
#
cargo build directory
/
target
#
some upgrade/downgrade checks create these files
**
/
upgrades
/
*
/
*
.dbscheme.stats
**
/
downgrades
/
*
/
*
.dbscheme.stats
#
Mergetool files
*
.orig
Back
|
FazBrowse Home
|
New Git URL