Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .gitignore

Issue 29574577: Issue 5856 - Pass --no-package-lock argument to npm install (Closed)
Patch Set: Created Oct. 12, 2017, 11:35 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | .hgignore » ('j') | .hgignore » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 4090c27fcf0de9c3721a8aa7f68fc5447ba61d52..7bd59148c270b9bf44719abee7d6ee7b44722970 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*.pyc
*.pyo
/.tox
+/package-lock.json
tlucas 2017/10/12 12:01:59 I don't think this should be necessary - after all
tlucas 2017/10/12 12:28:13 I just noticed your explanation in the ticket, i.e
kzar 2017/10/12 13:20:12 Yea good point, I think I agree. Done.
« no previous file with comments | « no previous file | .hgignore » ('j') | .hgignore » ('J')

Powered by Google App Engine
This is Rietveld