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>
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/
|