You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2019/11/27 15:40:16 UTC

[qpid-dispatch] branch eallen-DISPATCH-1385 updated: fixing node_modules ignore for mvn rat check

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

eallen pushed a commit to branch eallen-DISPATCH-1385
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/eallen-DISPATCH-1385 by this push:
     new 858f684  fixing node_modules ignore for mvn rat check
858f684 is described below

commit 858f684e2a7b74e7755b41313ddcf9306326a0f1
Author: Ernest Allen <ea...@redhat.com>
AuthorDate: Wed Nov 27 10:40:00 2019 -0500

    fixing node_modules ignore for mvn rat check
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 9a2c2c5..341d29f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,7 +18,8 @@ tests/system_tests_handle_failover.py
 .history/
 .tox
 .vscode
-node_modules/
+console/stand-alone/node_modules/
+console/react/node_modules/
 console/stand-alone/dist/
 console/stand-alone/package-lock.json
 tools/qdmanage


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