From b28f567d305d8a7a22e5dce3eff1611fbffab33e Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Tue, 10 Nov 2015 10:14:27 +0000 Subject: [PATCH] Remove local IDE cache folders from .gitignore These are environment specific and who's to judge which are worthy and which aren't. Devs should ignore this at an environment level: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore --- .gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2d42c1e..50e5d86 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,6 @@ _ss_environment.php # ignore build tools /tools/phing-metadata -.buildpath -.project -.settings -.idea -.DS_Store + +# ignore composer vendor folder /vendor/