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

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

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

# Node
node_modules
package-lock.json

# Nix
/result
.direnv/