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 08:11:33 UTC

[cordova-app-hello-world] 01/01: chore(git): ignores node_modules folder

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

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

commit 0b5d8b1e26f1541e7cf770f09873af2aef846405
Author: Tim Brust <ti...@sinnerschrader.com>
AuthorDate: Wed Apr 1 10:11:18 2020 +0200

    chore(git): ignores node_modules folder
---
 .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