-
Notifications
You must be signed in to change notification settings - Fork 290
/
.gitignore
82 lines (75 loc) · 1.24 KB
/
.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
###################
# Joern-specifics #
###################
project/project
project/target
target
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
null
/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
**/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
**/*_builtin_types.zip
**/*_builtin_types.zip.sha512
slices.json
**/.antlr
/joern-cli/frontends/*/bin
/joern-cli/frontends/*/type_stubs
**/.gradle
**/build/gatheredDependencies
##############
# Nix flakes #
##############
.envrc
flake.nix
flake.lock
.direnv
##############
# Metals LSP #
##############
**/.metals
**/metals.sbt
*.semanticdb
.vscode/settings.json
##############
# IDE/OS #
##############
.vscode
.idea/
.bloop
**/.DS_Store
**/.bsp