Connor Jackson

Cloud Technologist and Salesforce Architect

02 May 2022

Simple .gitignore Template for SFDX Projects

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

.DS_Store
.sfdx
.project
.salesforce
.settings
node_modules
.idea
comments powered by Disqus