From 95bebb1fa29ee23395c112e578af0245e56b841c Mon Sep 17 00:00:00 2001 From: Noel O'Donnell <6617714+odonnellnoel@users.noreply.github.com> Date: Fri, 26 Jul 2019 02:27:54 +0100 Subject: [PATCH] Add nbproject directory to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d321aa43d..0ece7cb75 100644 --- a/.gitignore +++ b/.gitignore @@ -96,6 +96,9 @@ local.properties # PDT-specific .buildpath +# Netbeans-specific +nbproject + # sbteclipse plugin .target @@ -103,4 +106,4 @@ local.properties .texlipse .idea/ -/testnet \ No newline at end of file +/testnet