hardisgroupcom / sfdx-hardis

Swiss-army-knife Toolbox for Salesforce. Orchestrates base commands and assist users with interactive wizards to make much more than native sfdx + Allows you to define a complete CI/CD Pipeline and Schedule a daily Metadata backup & monitoring of your orgs
https://sfdx-hardis.cloudity.com
GNU Affero General Public License v3.0
188 stars 32 forks source link

Initialize improved .forceignore file #322

Open clemfernandez opened 1 year ago

clemfernandez commented 1 year ago

All rules may not be working though, needs some more testing

# Standard profiles
Admin.profile
Agent de service.profile
End User.profile
Executive Sponsor.profile
Read Only.profile
Superviseur du service.profile

# standard__ apps
**/applications/standard__*

# appSwitcher folder
**/appMenus/AppSwitcher.appMenu-meta.xml

# Product2 standard fields
**/Product2/fields/Description.field-meta.xml
**/Product2/fields/DisplayUrl.field-meta.xml
**/Product2/fields/ExternalDataSourceId.fiel-meta.xmld
**/Product2/fields/ExternalId.field-meta.xml
**/Product2/fields/Family.field-meta.xml
**/Product2/fields/IsActive.field-meta.xml
**/Product2/fields/Name.field-meta.xml
**/Product2/fields/ProductCode.field-meta.xml
**/Product2/fields/QuantityUnitOfMeasure.fiel-meta.xmld
**/Product2/fields/StockKeepingUnit.field-meta.xml

# Ignored folders
**/profilePasswordPolicies/**
**/connectedApps/**
**/certs/**
**/dashboards/**
nvuillam commented 1 week ago

Solved in v5