This is an automated email from the ASF dual-hosted git repository. dmvolod pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.x by this push: new 83979e8 Move node_modules to docs/.gitignore The node_modules excluding is relating to docs/ folder only 83979e8 is described below commit 83979e8a5b126f4ac080415500d9ea88c38bd3b3 Author: Dmitry Volodin <dmvo...@gmail.com> AuthorDate: Fri Jan 25 12:58:54 2019 +0300 Move node_modules to docs/.gitignore The node_modules excluding is relating to docs/ folder only --- .gitignore | 1 - docs/.gitignore | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b717a20..3c82eb9 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,3 @@ log-camel-lsp.out .vscode *.code-workspace components/camel-cxf/activemq-data -node_modules diff --git a/docs/.gitignore b/docs/.gitignore index 89c47d8..6b79402 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,2 @@ node - +node_modules