summary refs log tree commit diff
path: root/.gitignore
blob: 302cfec1cf934c8acdb36944aa6ff2cb1c1d9186 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Rust
/target

# Nix
result
result/

# Tools
.devenv
.direnv
.pre-commit-config.yaml

# Testing files
*.json