generated from navikt/crm-shared-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.forceignore
124 lines (107 loc) · 4.21 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
# profiles
# ----------------------------------------------------------------------------------------
**/profiles/*
# NOTE!! Do NOT use **/ before
!unpackagable/profiles/*
# NOTE!! Do NOT use **/ before
# standard fields not needed in source control
# ----------------------------------------------------------------------------------------
**/objects/Account/fields/ChannelProgramLevelName.field-meta.xml
**/objects/Account/fields/ChannelProgramName.field-meta.xml
**/objects/Account/fields/CleanStatus.field-meta.xml
**/objects/Account/fields/DandbCompanyId.field-meta.xml
**/objects/Account/fields/DunsNumber.field-meta.xml
**/objects/Account/fields/NaicsCode.field-meta.xml
**/objects/Account/fields/NaicsDesc.field-meta.xml
**/objects/Account/fields/OperatingHoursId.field-meta.xml
**/objects/Account/fields/Tradestyle.field-meta.xml
**/objects/Account/fields/YearStarted.field-meta.xml
**/objects/Contact/fields/CleanStatus.field-meta.xml
**/objects/Account/fields/AccountSource.field-meta.xml
# flexipages
# ----------------------------------------------------------------------------------------
**/flexipages/LightningService_UtilityBar.flexipage-meta.xml
# translations
# ----------------------------------------------------------------------------------------
**/translations/en_US.translation-meta.xml
**/objectTranslations/*-en_US
!**/objectTranslations/Opportunity-en_US
!**/objectTranslations/CustomOpportunity__c-en_US
# bugs (cannot be pushed)
# ----------------------------------------------------------------------------------------
**/AppSwitcher.appMenu*
**/navigationMenus/*
# LWC
# ----------------------------------------------------------------------------------------
**/jsconfig.json
**/.eslintrc.json
**/__tests__/**
# Other packages
# ----------------------------------------------------------------------------------------
**/AsyncRequest__c*
**/listViews/queue_*
**/listViews/NAV_Ansatte_*
# -
# -
# -
# TODO rename all int fields to re-enable this ignore
# -
# -
# -
**/workflows/CustomOpportunity__c*
**/workflows/Contract__c*
**/layouts/CustomOpportunity__c-Custom Opportunity Layout.layout-meta.xml
# # community classes
# ----------------------------------------------------------------------------------------
# # **/classes/ChangePasswordController.cls
# # **/classes/ChangePasswordControllerTest.cls
# # **/classes/CommunitiesLandingController.cls
# # **/classes/CommunitiesLandingControllerTest.cls
# **/classes/CommunitiesLoginController.cls
# **/classes/CommunitiesLoginControllerTest.cls
# **/classes/CommunitiesSelfRegConfirmController.cls
# **/classes/CommunitiesSelfRegConfirmControllerTest.cls
# **/classes/CommunitiesSelfRegController.cls
# **/classes/CommunitiesSelfRegControllerTest.cls
# **/classes/ForgotPasswordController.cls
# **/classes/ForgotPasswordControllerTest.cls
# **/classes/LightningForgotPasswordController.cls
# **/classes/LightningForgotPasswordControllerTest.cls
# **/classes/LightningLoginFormController.cls
# **/classes/LightningLoginFormControllerTest.cls
# **/classes/LightningSelfRegisterController.cls
# **/classes/LightningSelfRegisterControllerTest.cls
# **/classes/SiteLoginController.cls
# **/classes/SiteLoginControllerTest.cls
# **/classes/SiteRegisterController.cls
# **/classes/SiteRegisterControllerTest.cls
# **/pages/AnswersHome.page
# **/pages/ForgotPasswordConfirm.page
# **/pages/CommunitiesSelfRegConfirm.page
# **/pages/SiteRegisterConfirm.page
# **/pages/BandwidthExceeded.page
# **/pages/IdeasHome.page
# **/pages/CommunitiesTemplate.page
# **/pages/SiteTemplate.page
# # **/pages/ChangePassword.page
# **/pages/InMaintenance.page
# **/pages/Exception.page
# **/pages/StdExceptionTemplate.page
# # **/pages/CommunitiesLanding.page
# **/pages/MyProfilePage.page
# **/pages/FileNotFound.page
# **/pages/Unauthorized.page
# **/pages/CommunitiesLogin.page
# **/pages/SiteLogin.page
# **/pages/ForgotPassword.page
# **/pages/UnderConstruction.page
# **/pages/CommunitiesSelfReg.page
# **/pages/SiteRegister.page
# **/aura/forgotPassword
# **/aura/loginForm
# **/aura/selfRegister
# **/aura/setExpId
# **/components/SiteFooter.component
# **/components/SiteHeader.component
# **/components/SiteLogin.component
# **/components/SitePoweredBy.component