UNPKG

349 BPlain TextView Raw
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
5package.xml
6
7# LWC configuration files
8**/jsconfig.json
9**/.eslintrc.json
10
11# LWC Jest
12**/__tests__/**
\No newline at end of file