Created
August 28, 2020 14:14
-
-
Save conrjac/cfd303c1ec8d3b6a767742b1e64b9258 to your computer and use it in GitHub Desktop.
SFDX .gitIgnore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Salesforce cache | |
.sfdx/ | |
# Logs | |
logs | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
# Dependency directories | |
node_modules/ | |
# Eslint cache | |
.eslintcache | |
# MacOS system files | |
.DS_Store | |
# Windows system files | |
Thumbs.db | |
ehthumbs.db | |
[Dd]esktop.ini | |
$RECYCLE.BIN/ | |
# Visual Studio Code IDE | |
.vscode/ | |
# IlluminatedCloud IDE | |
*.iml | |
.idea/ | |
IlluminatedCloud/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment