aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3476910d00848f5d5fb7a35bf7991267a667b392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Blanket ignores and exceptions to them
.*
*~
!.builds
!.envrc
!.gitignore

# Nix outputs
result
result-*

# Non-Nix outputs
_build/
target/

# Configuration and state files
lambo.db
lambo.db-shm
lambo.db-wal
lambo.log
lambo.toml