-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.forceignore
25 lines (19 loc) · 978 Bytes
/
.forceignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
#Old classes that are now deprecated from the package but cannot be removed.
#They need to remain for code coverage but don't need to be deployed as they are marked as '@deprecated' and cause failures if deploying as an unmanaged package.
**RetrievePersonAccountRecordTypes.cls**
**RetrievePersonAccountRecordTypes.cls-meta.xml**
**RetrievePersonAccountRecordTypesTestOld.cls**
**RetrievePersonAccountRecordTypesTestOld.cls-meta**
#Old LWC used in v1.87 that didn't fix an issue. Cannot be removed due to packaging constraints. No need to deploy it if unmanaged.
**./lwc/customPropertyEditorQuery/**
# LWC configuration files
**/jsconfig.json
**/.eslintrc.json
# LWC Jest
**/__tests__/**
**/tsconfig.json
**/*.ts