-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.forceignore
27 lines (23 loc) · 967 Bytes
/
.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
# 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
#
# Standard metadata
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