Repository: wicket Updated Branches: refs/heads/master 7cd5a9573 -> 2ad3057d5
Ignore node/ and node_modules/ in all modules Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2ad3057d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2ad3057d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2ad3057d Branch: refs/heads/master Commit: 2ad3057d5ef21c511573d9d20f64cde66f55cbd0 Parents: 7cd5a95 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Apr 27 10:20:02 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Apr 27 10:20:02 2015 +0300 ---------------------------------------------------------------------- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/2ad3057d/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index b3ca359..1143e4a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,8 @@ velocity.log *.idea/ *.iml *~ -node_modules/ release.properties -testing/wicket-js-tests/node/ +**/node/ +**/node_modules/ nb-configuration.xml .DS_Store
