-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.orgflowinclude
43 lines (38 loc) · 1.57 KB
/
.orgflowinclude
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
# This is an include file used by OrgFlow. Edit this file to control which metadata types and components
# are included in the flow of changes between Salesforce and the Git repository, and between the different
# environments in your stack.
# Please refer to https://docs.orgflow.io/reference/glossary/orgflow-include-file.html for details.
# Custom objects and their nested types:
unpackaged/~/CustomObject
unpackaged/~/BusinessProcess
unpackaged/~/CompactLayout
unpackaged/~/CustomField
unpackaged/~/FieldSet
unpackaged/~/Index
unpackaged/~/ListView
unpackaged/~/RecordType
unpackaged/~/SharingReason
unpackaged/~/ValidationRule
unpackaged/~/WebLink
# Development:
unpackaged/~/ApexClass
unpackaged/~/ApexComponent
unpackaged/~/ApexPage
unpackaged/~/ApexTestSuite
unpackaged/~/ApexTrigger
unpackaged/~/AuraDefinitionBundle
unpackaged/~/LightningComponentBundle
unpackaged/~/Scontrol
# Exclude things that are only applicable to a DevHub org:
!unpackaged/~/CustomObject/ActiveScratchOrg
!unpackaged/~/CustomObject/NamespaceRegistry
!unpackaged/~/CustomObject/ScratchOrgInfo
# Exclude learning paths related standard objects because we can't rely on the Metadata API to consistently retrieve them, appearing and reappearing seemingly at random:
!unpackaged/~/CustomObject/Learning
!unpackaged/~/CustomObject/LearningAssignment
!unpackaged/~/CustomObject/LearningAssignmentProgress
!unpackaged/~/CustomObject/LearningLinkProgress
!unpackaged/~/CustomObject/LearningItem
!unpackaged/~/CustomObject/LearningItemAssignment
!unpackaged/~/CustomObject/LearningItemProgress
!unpackaged/~/CustomObject/VoiceCall