You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/04/01 10:23:19 UTC

[cordova-app-hello-world] branch master updated: chore(git): ignores node_modules folder (#62)

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

timbru31 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-app-hello-world.git


The following commit(s) were added to refs/heads/master by this push:
     new 10f8626  chore(git): ignores node_modules folder (#62)
10f8626 is described below

commit 10f862664fb99fd47143cc609ef0dbbf6fe5d435
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Wed Apr 1 10:23:09 2020 +0000

    chore(git): ignores node_modules folder (#62)
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index a0090b4..4058d8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 # macOS
 .DS_Store
+# Generated by package manager
+node_modules/


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