summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ea250c4b9483c21545a4fdf63d43a8a377b0a2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Blanket ignores and exceptions to them
*~

# Nix outputs
.direnv/
result
result-*

# Non-Nix outputs
.env
db_dir/
target/