Files
sow-tools/.gitignore
T

21 lines
310 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/**
# nix build symlink
result
result-*
# OS / editor
.DS_Store
*.swp
.idea/
.vscode/