-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (36 loc) · 736 Bytes
/
.gitignore
File metadata and controls
41 lines (36 loc) · 736 Bytes
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
## Meson.
/worker/out
/worker/subprojects/*
!/worker/subprojects/*.wrap
!/worker/subprojects/.clang-tidy
## Node.
/node_modules
/node/lib
# flatc generated files.
/node/src/fbs
## Rust.
/rust/examples-frontend/*/node_modules
/rust/examples-frontend/*/package-lock.json
/target
## Worker.
/worker/scripts/node_modules
# Flatc generated files.
/worker/include/FBS
/worker/prebuild
# Python invoke.
/worker/pip_invoke
# Build artifacts.
/worker/**/Debug
/worker/**/Release
# clang-fuzzer stuff is too big.
/worker/deps/clang-fuzzer
# Ignore all fuzzer generated test inputs.
/worker/fuzzer/new-corpus/*
!/worker/fuzzer/new-corpus/.placeholder
## Others.
/coverage
/.cache
# Packaged module.
*.tgz
## Text editors' config files.
/.zed