Skip to content

Commit ee0702e

Browse files
committed
feat: ignoring package-lock in tests generated as its not relevant
1 parent 79d892a commit ee0702e

File tree

4 files changed

+3
-18298
lines changed

4 files changed

+3
-18298
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,6 @@ cython_debug/
167167

168168
# NPM
169169
node_modules
170+
171+
# Ignore package-lock.json in all directories and subdirectories under tests_generated
172+
tests_generated/*/package-lock.json

0 commit comments

Comments
 (0)