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

# Nix outputs
result
result-*

# Non-Nix outputs
target/

# Configuration files
lambo.toml