-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
66 lines (63 loc) · 1021 Bytes
/
.gitignore
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
###################
# Joern-specifics #
###################
project/project
project/target
target
.idea/
tests/smoke-test-repos
tests/**/node_modules
tests/**/package-lock.json
tests/**/package.json
joern-cli.zip
joern-server.zip
cpg.bin.zip
cpg.bin
ast-for-funcs.json
cfg-for-funcs.json
pdg-for-funcs.json
joern-cli/workspace
/workspace
.bloop
null
/.bsp
/gnupg-*
/joern-cli/${sys:LOG_DIR}/
.local
**/astgen-win.exe
**/astgen-macos
**/astgen-macos-arm
**/astgen-linux
**/SwiftAstGen-win.exe
**/SwiftAstGen-mac
**/SwiftAstGen-linux
**/php2cpg/bin
/foo.c
/woo.c
/cpg_*.bin.zip
.DS_Store
**/goastgen-windows.exe
**/goastgen-linux
**/goastgen-linux-arm64
**/goastgen-macos
**/goastgen-macos-arm64
**/dotnetastgen-linux
**/dotnetastgen-linux-arm
**/dotnetastgen-win.exe
**/dotnetastgen-win-arm.exe
**/dotnetastgen-macos
**/dotnetastgen-macos-arm
slices.json
##############
# Nix flakes #
##############
.envrc
flake.nix
flake.lock
.direnv
##############
# Metals LSP #
##############
**/.metals
**/metals.sbt
*.semanticdb