Repository: wicket Updated Branches: refs/heads/wicket-6.x e7bad9b26 -> babe0ed41
Git ignore node_modules/ Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/babe0ed4 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/babe0ed4 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/babe0ed4 Branch: refs/heads/wicket-6.x Commit: babe0ed410f959870f29a6ea8d3dbfcc3b3e3a82 Parents: e7bad9b Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Apr 27 10:06:59 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Apr 27 10:06:59 2015 +0300 ---------------------------------------------------------------------- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/babe0ed4/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 6faa53a..9dda9e1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ velocity.log *~ nb-configuration.xml .DS_Store -**/node/ \ No newline at end of file +**/node/ +**/node_modules/ \ No newline at end of file
