betterstart-cli 0.0.78 → 0.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -4146,7 +4146,7 @@ import path26 from "path";
4146
4146
  import fs15 from "fs";
4147
4147
  import path18 from "path";
4148
4148
  var SNAPSHOT_COMMENT = "# BetterStart: snapshot files are local-only; manifest is committed";
4149
- var SNAPSHOT_IGNORE = ".betterstart/snapshots/**/files/";
4149
+ var SNAPSHOT_IGNORE = ".betterstart/";
4150
4150
  var SNAPSHOT_ATTRIBUTES = ".betterstart/** text eol=lf";
4151
4151
  function ensureLine(filePath, line, comment) {
4152
4152
  const existing = fs15.existsSync(filePath) ? fs15.readFileSync(filePath, "utf-8") : "";