Files
sow-tools/.gitignore
T
archvillainetteandClaude Opus 4.8 31eebaeadd
build-binaries / build-binaries (pull_request) Successful in 2m13s
test-image / build-image (pull_request) Successful in 46s
test / test (pull_request) Successful in 1m23s
chore: add direnv .envrc for per-repo nix shell
Auto-loads the repo's own flake devshell on cd via direnv.
No-op for non-Nix users (direnv just isn't installed). Ignore
the .direnv/ eval cache.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-25 08:52:08 +02: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/