From ad5a0f900d56d667d253c27b300b3f5b15c9b9d6 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Sat, 3 Oct 2015 14:19:01 -0700 Subject: [PATCH] Remove 'cache' directories from .gitignore; Drupal 8 commits some directories with this name. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9520ac17..25a11e1df 100644 --- a/.gitignore +++ b/.gitignore @@ -3,16 +3,19 @@ sites/*/files sites/*/private files/* private/* -cache # Pantheon commits a settings.php for environment-specific settings. # Place local settings in settings.local.php sites/*/settings.local.php +sites/*/services*.yml # ** Only works in OSs that support newer versions of fnmatch (Bash 4+) /sites/default/**/files /sites/default/**/private +# Ignore SimpleTest multi-site environment. +sites/simpletest + # Packages # ############ *.7z