-
Notifications
You must be signed in to change notification settings - Fork 1
/
.forceignore
executable file
·57 lines (50 loc) · 1.13 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
# .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
**/jsconfig.json
**/.eslintrc.json
# LWC Jest
**/__tests__/**
# Org metadata
**/applications**
**/classes/Change**
**/classes/Forgot**
**/classes/MyProfile**
**/classes/Site**
**/duplicateRules
**/components/Site**
**/layouts/Global*
**/lwc
**/lwc**
**/objects/**/recordTypes
**/objects/Account
**/objects/Contact
**/objects/Lead
**/pages/Answers**
**/pages/Bandwidth**
**/pages/Change**
**/pages/Exception**
**/pages/File**
**/pages/Forgot**
**/pages/Ideas**
**/pages/InMaintenance**
**/pages/MyProfile**
**/pages/Site**
**/pages/Std**
**/pages/Unauthorized**
**/pages/Under**
**/profiles
**/settings
**/sites
**/standardValueSets
**/staticresources/SiteSamples**
**quickActions**
# Prevent org changes from populating project
*.duplicateRule
*.listView
*.profile
#include our duplicate object listviews
!**/objects/Duplicate*/listViews/*.listView