-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.forceignore
executable file
·29 lines (25 loc) · 1.07 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
# 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__/**
force-app/main/default/profiles/Admin.profile-meta.xml
Admin.profile
Readonly.profile
force-app/main/default/profiles/Custom%3A Marketing Profile.profile-meta.xml
Custom%3A Marketing Profile.profile
force-app/main/default/profiles/Custom%3A Sales Profile.profile-meta.xml
Custom%3A Sales Profile.profile
force-app/main/default/profiles/Custom%3A Support Profile.profile-meta.xml
Custom%3A Support Profile.profile
force-app/main/default/objects/Account/listViews/All.listView-meta.xml
force-app/main/default/objects/Contact/listViews/All.listView-meta.xml
Account.All.listView
Contact.All.listView
force-app/main/default/applications/standard__LightningSales.app-meta.xml
force-app/main/default/reports/**
force-app/main/default/dashboards/**