.forceignore 364 B

1234567891011121314
  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__/**
  10. **/*.profile*