Skip to content

Commit d02e2ed

Browse files
committed
Remove package-lock.json files and update .gitignore
- Removed package-lock.json from root and fuzz_test/ (auto-generated files) - Added package-lock.json to .gitignore to prevent future tracking - These files are automatically recreated by npm install
1 parent c7bf157 commit d02e2ed

File tree

3 files changed

+1
-870
lines changed

3 files changed

+1
-870
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gates_report.json
66

77
# Node.js dependencies
88
node_modules/
9+
package-lock.json
910
npm-debug.log*
1011
yarn-debug.log*
1112
yarn-error.log*

0 commit comments

Comments
 (0)