Examples of Vlocity/SF LWC components (in various states of working)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
349 B

4 years ago
  1. # List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status
  2. # More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm
  3. #
  4. package.xml
  5. # LWC configuration files
  6. **/jsconfig.json
  7. **/.eslintrc.json
  8. # LWC Jest
  9. **/__tests__/**