Files
sow-tools/.gitignore
T
archvillainetteandarchvillainette 79595e55be
build-binaries / build-binaries (push) Successful in 2m8s
test / test (push) Successful in 1m24s
chore: add direnv .envrc for per-repo nix shell (#19)
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
2026-06-25 07:00:50 +00:00

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/