Skip to content

Commit 5eaa39b

Browse files
committed
fix: remove package-lock.json from .gitignore to avoid platform-specific issues
1 parent 871d3c0 commit 5eaa39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependencies
22
node_modules/
3-
package-lock.json # Excluded to avoid platform-specific issues (fsevents on macOS vs Linux CI)
3+
package-lock.json
44

55
# Test coverage
66
coverage/

0 commit comments

Comments
 (0)