summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 72f0aea0f0cfb2f3cd1566737370763498c0f593 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# General
.vscode
_things
desktop.ini
.DS_Store

# Tests and benchmarks
tests/png
tests/pdf
tests/target
tarpaulin-report.html

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

# Node
node_modules
package-lock.json