Skip to content

Instantly share code, notes, and snippets.

@conrjac
Created August 28, 2020 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conrjac/cfd303c1ec8d3b6a767742b1e64b9258 to your computer and use it in GitHub Desktop.
Save conrjac/cfd303c1ec8d3b6a767742b1e64b9258 to your computer and use it in GitHub Desktop.
SFDX .gitIgnore
# 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