Skip to content

Commit c640957

Browse files
lukekarryswraithgar
authored andcommitted
chore: dont flag node_modules or package-lock as generated
Now that we make dependency upgrades as pull requests, this should make them easier to review since GitHub will now render diffs for them by default. PR-URL: #3991 Credit: @lukekarrys Close: #3991 Reviewed-by: @wraithgar
1 parent e5bfdac commit c640957

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/node_modules/** linguist-generated=false
2+
/package-lock.json linguist-generated=false

0 commit comments

Comments
 (0)