From 2f8ab74cc6c8cd0f7e270cd9768442abe3588089 Mon Sep 17 00:00:00 2001 From: Pepijn Over Date: Tue, 21 Jan 2014 22:16:22 +0100 Subject: [PATCH] adding config file and netbeans project dir to git ignore --- .gitignore | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 1b36b517..e3dadd4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,3 @@ - -.idea/scopes/scope_settings.xml - -.idea/workspace.xml - -.idea/workspace.xml - -.idea/encodings.xml - -.idea/misc.xml - -.idea/phpservermon.iml - -.idea/modules.xml - -.idea/vcs.xml - -.idea/* \ No newline at end of file +.idea/* +/nbproject +/src/includes/config.inc.php