/ .gitignore
.gitignore
1 result 2 result-* 3 .direnv/ 4 buck-out/ 5 .buckconfig.local 6 nix/build/ 7 bin/ 8 9 # GHC build artifacts 10 *.hi 11 *.o 12 *.dyn_hi 13 *.dyn_o 14 15 # LSP generated/symlinked files (root only, not nix/configs/) 16 /compile_commands.json 17 /.clangd 18 /.clang-tidy 19 /.rustfmt.toml 20 /.stylua.toml 21 /hie.yaml 22 # NOTE: .clang-format is NOT ignored - it's tracked in git for treefmt 23 24 # Nix LSP configs (generated) 25 .nixd.json 26 .nil.toml 27 .direnv 28 .devshell 29 .cache/ 30 .haskell-sources/ 31 *.gen