From 20f13760b0ff3f75faf018442adc1760f3a99be3 Mon Sep 17 00:00:00 2001 From: Jarrett Kuljis Date: Mon, 14 Jan 2019 07:12:24 -0800 Subject: [PATCH] add exception for metdata records When excluding **.md, the source compare is ignoring the customMetadata records. Adding an exclusion to allow these records. --- .forceignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forceignore b/.forceignore index b4fb9c5..3c292c6 100644 --- a/.forceignore +++ b/.forceignore @@ -26,4 +26,5 @@ sfdx-source/my_ns_prefix/test/javascript sfdx-source/my_ns_prefix/test/selenium # Ignore all .md files (like README.md) -**.md \ No newline at end of file +!**.md-meta.xml +**.md