This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-editor.git
commit a8c3b4056486188c40e8b1d910810b1c44a09082 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Mar 30 09:15:59 2015 +0000 Add node and node_modules to .gitignore git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1670021 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7be8841..e38f6ef 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ jcrbrowser/src/main/resources/SLING-INF/libs/jcrbrowser/content/css/bootstrap.cs jcrbrowser/.externalToolBuilders/Maven_Ant_Builder.launch jcrbrowser/maven-eclipse.xml org.sboehme.treeview/.externalToolBuilders/Maven_Ant_Builder.launch +/frontend/node +/frontend/node_modules -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
