Skip to content

Commit d6f3f99

Browse files
Gotaclaude
authored andcommitted
fix: preserve cc-sdd package-lock.json for CI reproducibility
Add exception in .gitignore to keep tools/cc-sdd/package-lock.json This ensures reproducible builds in CI/CD pipelines. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 032c6fe commit d6f3f99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ build/
4545
package-lock.json
4646
yarn.lock
4747

48+
# Exceptions for CI reproducibility
49+
!tools/cc-sdd/package-lock.json
50+
4851
# Environment variables
4952
.env
5053
.env.local

0 commit comments

Comments
 (0)