From 6aae14b954ed819130f2bd67484ec46581bd6857 Mon Sep 17 00:00:00 2001 From: Jono Warren Date: Thu, 5 Dec 2013 10:44:18 +0000 Subject: [PATCH] Ignore readme files in subdirectories. This prevents theme and plugin readme files from appearing as new files. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fbf7ecf4eb..0004a4a17f 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,7 @@ projectFilesBackup /content/themes/**/* /content/images/**/* !/content/themes/casper/** -!README.md +!/README.md # Changelog, which is autogenerated, not committed CHANGELOG.md @@ -60,4 +60,4 @@ config.js /core/built # Coverage reports -coverage.html \ No newline at end of file +coverage.html