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