diff options
author | Shubham Rao <cshubhamrao@gmail.com> | 2016-08-22 23:36:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-22 23:36:09 +0530 |
commit | d785d6115e62126ac2d4ad76fba8f6ddf234e1c6 (patch) | |
tree | 3e866e66857eed2f6655313abc887293d2f5eb75 /Global | |
parent | 300b0540c395e8bad91f8f509830aed9d43c9bf9 (diff) | |
download | gitignore-d785d6115e62126ac2d4ad76fba8f6ddf234e1c6.tar.gz gitignore-d785d6115e62126ac2d4ad76fba8f6ddf234e1c6.zip |
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.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/NetBeans.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
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/ |