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

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

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

# Node
node_modules
package-lock.json