summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2cb6e97df676e3582afd6c7407ca8559ba905230 (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
.DS_Store

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

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

# Node
node_modules
package-lock.json