Skip to content

Commit 3e84396

Browse files
committed
feat: add .gitattributes to ignore package-lock.json files in diffs
1 parent d126adc commit 3e84396

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# ignore package-lock.json files in diffs
2+
package-lock.json -diff
3+
**/package-lock.json -diff

0 commit comments

Comments
 (0)