Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2021-11-04 02:13:19 +0300
committerGar <gar+gh@danger.computer>2021-11-04 17:06:42 +0300
commitc640957b4349147ce9770f04d1b9d128ed39b226 (patch)
tree7efc8d1a6bbc51358df8e6e0597805ced336a682 /.gitattributes
parente5bfdaca455e294109ba026f4d8b5cc80d3dfd20 (diff)
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: https://github.com/npm/cli/pull/3991 Credit: @lukekarrys Close: #3991 Reviewed-by: @wraithgar
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..ef4b94f9e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+/node_modules/** linguist-generated=false
+/package-lock.json linguist-generated=false