-
Notifications
You must be signed in to change notification settings - Fork 7
/
.forceignore
executable file
·54 lines (47 loc) · 2.02 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
# 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__/**
# Ignore Profile related changes in DX
**profilePasswordPolicies**
**profiles**
**profileSessionSettigs**
**sites**
**staticresources**
**components**
# Component
AppSwitcher.appMenu
# Ignore selected auto gen APEX classes related to Site
force-app/main/default/classes/ChangePasswordController.cls
force-app/main/default/classes/ChangePasswordControllerTest.cls
force-app/main/default/classes/ForgotPasswordController.clc
force-app/main/default/classes/ForgotPasswordControllerTest.cls
force-app/main/default/classes/MyProfilePageController.cls
force-app/main/default/classes/MyProfilePageControllerTest.cls
force-app/main/default/classes/SiteLoginController.cls
force-app/main/default/classes/SiteLoginControllerTest.cls
force-app/main/default/classes/SiteRegisterController.cls
force-app/main/default/classes/SiteRegisterControllerTest.cls
# Ignore selected autogen pages related to Site
force-app/main/default/pages/AnswersHome.page
force-app/main/default/pages/BandwidthExceeded.page
force-app/main/default/pages/ChangePassword.page
force-app/main/default/pages/Exception.page
force-app/main/default/pages/FileNotFound.page
force-app/main/default/pages/ForgotPassword.page
force-app/main/default/pages/ForgotPasswordConfirm.page
force-app/main/default/pages/IdeasHome.page
force-app/main/default/pages/InMaintenance.page
force-app/main/default/pages/MyProfilePage.page
force-app/main/default/pages/SiteLogin.page
force-app/main/default/pages/SiteRegister.page
force-app/main/default/pages/SiteRegisterConfirm.page
force-app/main/default/pages/SiteTemplate.page
force-app/main/default/pages/StdExceptionTemplate.page
force-app/main/default/pages/Unauthorized.page
force-app/main/default/pages/UnderConstruction.page