From ba198726f25c266d9aa4a0d54064a2416033aa2e Mon Sep 17 00:00:00 2001 From: Bertocq Date: Tue, 19 Sep 2017 00:34:41 +0200 Subject: [PATCH] Remove Netbeans folder from .gitignore Why: * IDE/Text editor specific files and folders to be ignored should be on each developer's personal .gitignore_global file How: * If you're affected by this change, check https://help.github.com/articles/ignoring-files/#create-a-global-gitignore --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7bb7a3090..a6f2826c3 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,3 @@ public/sitemap.xml public/system/ - -#Netbeans projects files -/nbproject