.gitignore 637 B

12345678910111213141516171819202122232425262728293031323334
  1. # This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
  2. # If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore
  3. # For useful gitignore templates see: https://github.com/github/gitignore
  4. # Salesforce cache
  5. .sfdx/
  6. .localdevserver/
  7. .certificates/
  8. # Logs
  9. logs
  10. *.log
  11. npm-debug.log*
  12. yarn-debug.log*
  13. yarn-error.log*
  14. # Dependency directories
  15. node_modules/
  16. # Eslint cache
  17. .eslintcache
  18. # MacOS system files
  19. .DS_Store
  20. # Windows system files
  21. Thumbs.db
  22. ehthumbs.db
  23. [Dd]esktop.ini
  24. $RECYCLE.BIN/
  25. # IDE specific
  26. .vim-force.com/
  27. .vscode/