-
Notifications
You must be signed in to change notification settings - Fork 8
/
.forceignore
executable file
·46 lines (37 loc) · 1.34 KB
/
.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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
#
# LWC configuration files
**/jsconfig.json
**/.eslintrc.json
# LWC Jest
**/__tests__/**
# Profiles
force-app/main/default/profiles/Admin.profile-meta.xml
force-app/main/default/profiles/Custom%3A Marketing Profile.profile-meta.xml
force-app/main/default/profiles/Custom%3A Sales Profile.profile-meta.xml
force-app/main/default/profiles/Custom%3A Support Profile.profile-meta.xml
##appMenus
force-app/main/default/appMenus/AppSwitcher.appMenu-meta.xml
# SFDX
.sfdx
deploy
artifacts
pmd/results
package.xml
deploy
retrieve
#developer data scripts
force-app/main/unpackaged/anon-apex
# CPQ namespaced dependencies to exclude
!force-app/main/default/objects/SBQQ__Quote__c/fields/Replacement_Quote__c.field-meta.xml
force-app/main/default/featureParameters
force-app/main/default/objects/SBQQ__Quote__c
force-app/main/default/profilePasswordPolicies
force-app/main/default/profileSessionSettings
force-app/main/default/layouts
force-app/main/default/settings
# ignore pulling our custom permet back.
# we push it from `unpackaged` and it can come back
# in `force-app/default/main`
force-app/main/default/permissionsets