What changed, and why it matters
This commit simply adds a new pattern to the project's .gitignore file so that files and folders created by the Claude AI assistant are not accidentally committed to the repository. It has no security relevance to the Eclair Lightning node software itself.
No security action needed. This is a benign repository hygiene change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds the line .claude* to .gitignore. This prevents Git from tracking the .claude directory that the Claude tool creates at the project root, plus any custom Claude-related directories in sandboxing setups. There are no code changes, no dependency updates, and no changes to build or runtime behavior.
Changed components
.gitignoreInspect captured patch +2 / −0
diff --git a/.gitignore b/.gitignore
index f72ed62..6af8ac0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,5 @@ DeleteMe*.*
jdbcUrlFile_*.tmp
.DS_Store
+
+.claude*
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.