From 3534ffcd1dc0d0aef6caeb9aba801f2be451a916 Mon Sep 17 00:00:00 2001 From: Colin Goodheart-Smithe Date: Wed, 28 May 2014 09:38:58 +0100 Subject: [PATCH] Added plugins to .gitignore Since plugins should never be committed to the core codebase and it is useful to be able to add plugins to the development environment adding plugins folder to the .gitignore file will stop it from appearing in the unstaged changes --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f4ec12960d4..6314a160bb4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.iml work/ /data/ +/plugins/ logs/ .DS_Store build/