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

Unified Diff: .hgignore

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
« .gitignore ('K') | « .gitignore ('k') | ensure_dependencies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .hgignore
diff --git a/.hgignore b/.hgignore
index 996eb50288701b4173b92a343a1e152be01675fb..11314cce106fee5f4385693a6a6adce76e38ce58 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,5 +1,7 @@
+^.tox
+^package-lock.json
+
syntax: glob
*.pyc
-*.pyo
-.tox
kzar 2017/10/12 11:51:07 I noticed this entry wasn't consistent with the .g
+*.pyo
« .gitignore ('K') | « .gitignore ('k') | ensure_dependencies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld