-
Notifications
You must be signed in to change notification settings - Fork 8
/
.forceignore
executable file
·55 lines (42 loc) · 2.25 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
47
48
49
50
51
52
53
54
55
# 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
# LWC configuration files
**/jsconfig.json
**/.eslintrc.json
# LWC Jest
**/__tests__/**
# General Scratch items
#AppSwitcher.appMenu
*profiles*
*profilePasswordPolicies*
#AuraDefinitionBundle:ggwPreviewApp*
##
#force-app/main/default/approvalProcesses/Case.TRL_Case_Approval_Process_EMEA.approvalProcess-meta.xml
#force-app/main/default/aura/ggwPreviewApp/ggwPreviewApp.app
#force-app/main/default/aura/ggwPreviewApp/ggwPreviewApp.app-meta.xml
#force-app/main/default/aura/ggwPreviewApp/ggwPreviewApp.auradoc
#force-app/main/default/aura/ggwPreviewApp/ggwPreviewApp.css
#force-app/main/default/aura/ggwPreviewApp/ggwPreviewApp.svg
#force-app/main/default/aura/ggwPreviewApp/ggwPreviewAppController.js
#force-app/main/default/aura/ggwPreviewApp/ggwPreviewAppHelper.js
#force-app/main/default/aura/ggwPreviewApp/ggwPreviewAppRenderer.js
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
force-app/main/default/profiles/Admin.profile-meta.xml
force-app/main/default/profiles/Custom*.profile-meta.xml
force-app/main/default/layouts/Account-Account*
force-app/main/default/layouts/Case-Case*
force-app/main/default/layouts/CommunityMemberLayout-Community*0
force-app/main/default/objects/Case/recordTypes/Support.recordType-meta.xml
force-app/main/default/objects/Case/businessProcess/Test Tech Request.businessProcess-met.xml
force-app/main/default/objects/Case/businessProcess/Sales Operation Process.businessProcess-met.xml
force-app/main/default/objects/Case/businessProcess/Sales Systems Requests.businessProcess-met.xml
force-app/main/default/objects/Case/businessProcess/Support Process.businessProcess-met.xml
force-app/main/default/objects/Case/recordTypes/Test.recordType-meta.xml
force-app/main/default/layouts/EmailMessage-Email Message Layout.layout-meta.xml
#force-app/main/default/assignmentRules/Case.assignmentRules-meta.xml
**/tsconfig.json
**/*.ts