Auto-loads the repo's own flake devshell on `cd` via direnv. No-op for non-Nix users (direnv simply isn't installed). `.direnv/` eval cache gitignored. Part of dropping the redundant root migration/ flake aggregator (its non-git path: input copied the whole tree and broke on the local postgres data dir). Each repo's own git-scoped flake is the source of truth now. Co-authored-by: archvillainette <zoelynne.victoria@gmail.com> Reviewed-on: #19
22 lines
327 B
Plaintext
22 lines
327 B
Plaintext
# Build outputs — Crucible binaries are CI artifacts / image layers, never
|
|
# committed (D19; replaces the old habit of committing nwn-tool/sow-toolkit).
|
|
/bin/
|
|
*.exe
|
|
nwn-tool
|
|
sow-toolkit
|
|
|
|
# Go / build cache
|
|
.cache/*
|
|
!.cache/.gitkeep
|
|
|
|
# nix build symlink
|
|
result
|
|
result-*
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
*.swp
|
|
.idea/
|
|
.vscode/
|
|
.direnv/
|