Simple .gitignore Template for Salesforce Projects

If you need a simple .gitignore template, to prevent unwanted files appearing in your Git repositories for your Salesforce projects, then the below sample works great when you are working with SFDX and GitHub.

.DS_Store
.sfdx
.project
.salesforce
.settings
node_modules
.idea

Leave a Reply