Skip to content

Commit 8d3e2b7

Browse files
committed
chore: ignore jscpd report and remove it from version control
The jscpd-report.json file is a generated artifact from code duplication analysis and should not be committed. This change: - Adds report/jscpd-report.json to .gitignore to prevent future commits - Removes the already-tracked jscpd-report.json from version control The report/ directory remains in git (for potential future artifacts that should be tracked), but the jscpd-generated JSON report is now ignored. Related: commit 56b9cf3 previously staged the report directory 💘 Generated with Crush Assisted-by: Crush:MiniMax-M2.7-highspeed
1 parent 56b9cf3 commit 8d3e2b7

2 files changed

Lines changed: 3 additions & 284 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ lerna-debug.log*
99
# Diagnostic reports (https://nodejs.org/api/report.html)
1010
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
1111

12+
# jscpd
13+
report/jscpd-report.json
14+
1215
# Runtime data
1316
pids
1417
*.pid

report/jscpd-report.json

Lines changed: 0 additions & 284 deletions
This file was deleted.

0 commit comments

Comments
 (0)