summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a1915f4a3dbdc616760506025ddc6503ce0434bd (plain) (blame)
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
# General
.vscode
.idea
_things
desktop.ini
.DS_Store

# Tests and benchmarks
tests/store
tests/suite/**/*.pdf
tests/fuzz/target
tests/fuzz/corpus
tests/fuzz/artifacts
tests/fuzz/coverage
tarpaulin-report.html

# Rust
/target
**/*.rs.bk

# Node
node_modules
tools/test-helper/dist
package-lock.json

# Nix
/result
.direnv/