You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/12/11 21:38:39 UTC

[cordova-node-xcode] branch master updated: git ignore package-lock.json (#32)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-node-xcode.git


The following commit(s) were added to refs/heads/master by this push:
     new 09db825  git ignore package-lock.json (#32)
09db825 is described below

commit 09db825074a76f4783d29f16d9a5dec9f477296d
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Tue Dec 11 16:38:35 2018 -0500

    git ignore package-lock.json (#32)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 3bfb893..796bd5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 node_modules/*
 .DS_Store
 npm-debug.log
+package-lock.json


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org