From 269a2208135fb1dca33bcb711166a3ab5d4f176c Mon Sep 17 00:00:00 2001 From: Doug Ayers Date: Wed, 7 Aug 2019 20:26:15 -0500 Subject: [PATCH] default config from force:project:create command --- .forceignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.forceignore b/.forceignore index 29af63a..7b5b5a7 100644 --- a/.forceignore +++ b/.forceignore @@ -1,3 +1,12 @@ -**/jsconfig.json +# List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status +# More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm +# + +package.xml +# LWC configuration files +**/jsconfig.json **/.eslintrc.json + +# LWC Jest +**/__tests__/** \ No newline at end of file