.museignore
toml
sha256:5472be4fece32b606c308fad9d57295ce327955fb2b87b8beec6ea1626050473
Add published YouTube URL to Episode 00
Sonnet 5
2 days ago
| 1 | # .museignore — snapshot exclusion rules for this repository. |
| 2 | |
| 3 | [global] |
| 4 | patterns = [ |
| 5 | ".DS_Store", |
| 6 | "Thumbs.db", |
| 7 | "*.tmp", |
| 8 | "*.swp", |
| 9 | "*.swo", |
| 10 | # Finished recordings exceed muse's 256 MB per-object write limit |
| 11 | # (MAX_OBJECT_WRITE_BYTES, muse/core/validation.py — a deliberate, |
| 12 | # non-configurable pack-bomb/DoS guard, not a bug). Videos stay on |
| 13 | # disk in the working tree and get hosted externally (YouTube, cloud |
| 14 | # storage) rather than committed to the object store. |
| 15 | "*.mov", |
| 16 | "*.mp4", |
| 17 | ] |
File History
1 commit
sha256:5472be4fece32b606c308fad9d57295ce327955fb2b87b8beec6ea1626050473
Add published YouTube URL to Episode 00
Sonnet 5
2 days ago