You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2016/04/05 15:50:45 UTC

[2/2] cxf git commit: add node_modules in .gitignore

add node_modules in .gitignore


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/4ecaacfc
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/4ecaacfc
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/4ecaacfc

Branch: refs/heads/3.0.x-fixes
Commit: 4ecaacfc93aba9b9e16b0e6869b3d432b1d6e207
Parents: 6636228
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Tue Apr 5 15:45:42 2016 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Tue Apr 5 15:50:28 2016 +0200

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/4ecaacfc/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index dbf1353..808ed60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 target/
 velocity.log
 bin/
+node_modules/