9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
# Keep durable Playbook workflow state under .scratch version-controlled.
|
|
!/.scratch/
|
|
!/.scratch/**
|
|
|
|
# Ignore only machine-local main-loop runtime artifacts.
|
|
/.scratch/*.lock
|
|
/.scratch/worktrees/
|
|
/.scratch/**/*.tmp
|