You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/04/27 08:55:47 UTC

wicket git commit: Exclude node/ folder (js-tests).

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 6a1546189 -> e7bad9b26


Exclude node/ folder (js-tests).

This commit is to test BuildBot configuration.
Excluding node_modules/ folder will be in a separate commit for further testing


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

Branch: refs/heads/wicket-6.x
Commit: e7bad9b26bdd20845ae43e7f9af41251a43f5913
Parents: 6a15461
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Apr 27 09:54:30 2015 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Apr 27 09:54:30 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/e7bad9b2/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index ddb2239..6faa53a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ velocity.log
 *~
 nb-configuration.xml
 .DS_Store
+**/node/
\ No newline at end of file