From d785d6115e62126ac2d4ad76fba8f6ddf234e1c6 Mon Sep 17 00:00:00 2001 From: Shubham Rao Date: Mon, 22 Aug 2016 23:36:09 +0530 Subject: [PATCH] nbactions.xml must not be ignored (?) This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE. Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc) Also this file does anything worth ignoring Added by #145 Exclusion of `nbactions.xml` from `.gitgnore` should be discussed. --- Global/NetBeans.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index 520d91ff..254108cd 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -3,5 +3,4 @@ build/ nbbuild/ dist/ nbdist/ -nbactions.xml .nb-gradle/