This is an automated email from the ASF dual-hosted git repository. dmvolod pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 28c4208 Move node_modules to docs/.gitignore The node_modules excluding is relating to docs/ folder only 28c4208 is described below commit 28c42089c72fc8ce2c4eaa407923c7bdcbff52ce Author: Dmitry Volodin <dmvo...@gmail.com> AuthorDate: Fri Jan 25 11:39:24 2019 +0300 Move node_modules to docs/.gitignore The node_modules excluding is relating to docs/ folder only --- .gitignore | 1 - docs/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1764c19..1c2eee4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,5 +22,4 @@ log-camel-lsp.out .vscode *.code-workspace components/camel-cxf/activemq-data -node_modules *.swp diff --git a/docs/.gitignore b/docs/.gitignore index 89c47d8..41e8063 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,3 @@ node +node_modules