← back to Last30 Skill
auto-data-snapshot: 2026-09-10T13:39:50 (1 data files) — skills/last30/.gitignore
6e3b38ece9a3a7585c4795b0ae7056d6d1c26bb6 · 2026-09-10 13:40:09 -0700 · auto-commit-fleet
Files touched
A skills/last30/.gitignore
Diff
commit 6e3b38ece9a3a7585c4795b0ae7056d6d1c26bb6
Author: auto-commit-fleet <steve@designerwallcoverings.com>
Date: Thu Sep 10 13:40:09 2026 -0700
auto-data-snapshot: 2026-09-10T13:39:50 (1 data files) — skills/last30/.gitignore
---
skills/last30/.gitignore | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/skills/last30/.gitignore b/skills/last30/.gitignore
new file mode 100644
index 0000000..a9ea150
--- /dev/null
+++ b/skills/last30/.gitignore
@@ -0,0 +1,27 @@
+# Standard skill .gitignore (TK-11431). Versions CODE + meaningful state, not run artifacts.
+node_modules/
+.env
+.env.*
+__pycache__/
+*.pyc
+.DS_Store
+dist/
+build/
+.next/
+tmp/
+output/
+*.log
+*.mp4
+*.mov
+*.zip
+*.ipa
+.playwright-mcp/
+
+# data/ is runtime output and churns every run. Keep only the files that carry MEANING:
+# the heartbeat (what the rollup reads) and baselines (baseline-aware canaries' real state).
+data/*
+!data/latest.json
+!data/baseline.json
+!data/known-broken.txt
+!data/seen-state.json
+!data/manifest.json
← 6ee16ae auto-data-snapshot: 2026-08-13T12:57:05 (2 data files) — ski
·
back to Last30 Skill
·
(newest)