-
Notifications
You must be signed in to change notification settings - Fork 11
/
.forceignore
executable file
·185 lines (175 loc) · 5.92 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# .forceignore v2
# 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
**lwc/jsconfig.json
jsconfig.json
**/jsconfig.json
**/.eslintrc.json
# LWC Jest
**/__tests__/**
# Local Metadata
**quickActions**
**Custom_Object**
**/profiles
**/objects/Task/recordTypes
**/standardValueSets
**/Translations
**/settings
**/layouts/Contact*
**/layouts/Global*
**/layouts/Lead*
**/layouts/Account*
**/layouts/Task*
**/objects/Account/*.xml
!**/Account-Account %28Action Plans%29 Layout.layout-meta.xml
!**/Task-Task ActionPlans Layout.layout-meta.xml
sfdx-source/LabsActionPlans/main/default/flows/**
sfdx-source/LabsActionPlans/main/default/reports/**
# !**objects/Account/webLinks/
!*Action_Plan.webLink-meta.xml
!*Action_Plans.webLink-meta.xml
# Prevent org changes from being included in local project
Admin.profile
Activities.settings
Security.settings
TaskStatus.standardValueSet
TaskPriority.standardValueSet
TaskType.standardValueSet
Lead-Lead Layout.layout
Account-Account Layout.layout
Opportunity-Opportunity Layout.layout-meta.xml
Global-Global Layout.layout
Account.object
Campaign.object
Case.object
Contact.object
Contract.object
Lead.object
Opportunity.object
Custom*.object
Custom*.layout
Custom*.listView
Custom*.tab
*.profile
Custom*.profile
Read Only.profile
*.recordType
*.profilePasswordPolicy
*.profileSessionSetting
*.queue
*.group
# Ignore Communities in case the package is extended to Partner Users
**/classes/ChangePasswordController.cls
**/classes/ChangePasswordController.cls-meta.xml
**/classes/ChangePasswordControllerTest.cls
**/classes/ChangePasswordControllerTest.cls-meta.xml
**/classes/CommunitiesLandingController.cls
**/classes/CommunitiesLandingController.cls-meta.xml
**/classes/CommunitiesLandingControllerTest.cls
**/classes/CommunitiesLandingControllerTest.cls-meta.xml
**/classes/CommunitiesLoginController.cls
**/classes/CommunitiesLoginController.cls-meta.xml
**/classes/CommunitiesLoginControllerTest.cls
**/classes/CommunitiesLoginControllerTest.cls-meta.xml
**/classes/CommunitiesSelfRegConfirmController.cls
**/classes/CommunitiesSelfRegConfirmController.cls-meta.xml
**/classes/CommunitiesSelfRegConfirmControllerTest.cls
**/classes/CommunitiesSelfRegConfirmControllerTest.cls-meta.xml
**/classes/CommunitiesSelfRegController.cls
**/classes/CommunitiesSelfRegController.cls-meta.xml
**/classes/CommunitiesSelfRegControllerTest.cls
**/classes/CommunitiesSelfRegControllerTest.cls-meta.xml
**/classes/ForgotPasswordController.cls
**/classes/ForgotPasswordController.cls-meta.xml
**/classes/ForgotPasswordControllerTest.cls
**/classes/ForgotPasswordControllerTest.cls-meta.xml
**/classes/LightningForgotPasswordController.cls
**/classes/LightningForgotPasswordController.cls-meta.xml
**/classes/LightningForgotPasswordControllerTest.cls
**/classes/LightningForgotPasswordControllerTest.cls-meta.xml
**/classes/LightningLoginFormController.cls
**/classes/LightningLoginFormController.cls-meta.xml
**/classes/LightningLoginFormControllerTest.cls
**/classes/LightningLoginFormControllerTest.cls-meta.xml
**/classes/LightningSelfRegisterController.cls
**/classes/LightningSelfRegisterController.cls-meta.xml
**/classes/LightningSelfRegisterControllerTest.cls
**/classes/LightningSelfRegisterControllerTest.cls-meta.xml
**/classes/MyProfilePageController.cls
**/classes/MyProfilePageController.cls-meta.xml
**/classes/MyProfilePageControllerTest.cls
**/classes/MyProfilePageControllerTest.cls-meta.xml
**/classes/SiteLoginController.cls
**/classes/SiteLoginController.cls-meta.xml
**/classes/SiteLoginControllerTest.cls
**/classes/SiteLoginControllerTest.cls-meta.xml
**/classes/SiteRegisterController.cls
**/classes/SiteRegisterController.cls-meta.xml
**/classes/SiteRegisterControllerTest.cls
**/classes/SiteRegisterControllerTest.cls-meta.xml
**/components/SiteFooter.component
**/components/SiteFooter.component-meta.xml
**/components/SiteHeader.component
**/components/SiteHeader.component-meta.xml
**/components/SiteLogin.component
**/components/SiteLogin.component-meta.xml
**/components/SitePoweredBy.component
**/components/SitePoweredBy.component-meta.xml
**/pages/AnswersHome.page
**/pages/AnswersHome.page-meta.xml
**/pages/BandwidthExceeded.page
**/pages/BandwidthExceeded.page-meta.xml
**/pages/ChangePassword.page
**/pages/ChangePassword.page-meta.xml
**/pages/CommunitiesLanding.page
**/pages/CommunitiesLanding.page-meta.xml
**/pages/CommunitiesLogin.page
**/pages/CommunitiesLogin.page-meta.xml
**/pages/CommunitiesSelfReg.page
**/pages/CommunitiesSelfReg.page-meta.xml
**/pages/CommunitiesSelfRegConfirm.page
**/pages/CommunitiesSelfRegConfirm.page-meta.xml
**/pages/CommunitiesTemplate.page
**/pages/CommunitiesTemplate.page-meta.xml
**/pages/Exception.page
**/pages/Exception.page-meta.xml
**/pages/FileNotFound.page
**/pages/FileNotFound.page-meta.xml
**/pages/ForgotPassword.page
**/pages/ForgotPassword.page-meta.xml
**/pages/ForgotPasswordConfirm.page
**/pages/ForgotPasswordConfirm.page-meta.xml
**/pages/IdeasHome.page
**/pages/IdeasHome.page-meta.xml
**/pages/InMaintenance.page
**/pages/InMaintenance.page-meta.xml
**/pages/MyProfilePage.page
**/pages/MyProfilePage.page-meta.xml
**/pages/SiteLogin.page
**/pages/SiteLogin.page-meta.xml
**/pages/SiteRegister.page
**/pages/SiteRegister.page-meta.xml
**/pages/SiteRegisterConfirm.page
**/pages/SiteRegisterConfirm.page-meta.xml
**/pages/SiteTemplate.page
**/pages/SiteTemplate.page-meta.xml
**/pages/StdExceptionTemplate.page
**/pages/StdExceptionTemplate.page-meta.xml
**/pages/Unauthorized.page
**/pages/Unauthorized.page-meta.xml
**/pages/UnderConstruction.page
**/pages/UnderConstruction.page-meta.xml
**/staticresources/SiteSamples
**/staticresources/SiteSamples.resource-meta.xml
# Communities Stuff
**/sites/**
**/networks/**
**/networkBranding/**
**/navigationMenus/**
**/experiences/**
src
metadata
sfdx-out