Skip to content

Commit

Permalink
chore: dont flag node_modules or package-lock as generated
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lukekarrys authored and wraithgar committed Nov 4, 2021
1 parent e5bfdac commit c640957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
/node_modules/** linguist-generated=false
/package-lock.json linguist-generated=false

0 comments on commit c640957

Please sign in to comment.