Examples of Vlocity/SF LWC components (in various states of working)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
581 B

4 years ago
  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. # Logs
  8. logs
  9. *.log
  10. npm-debug.log*
  11. yarn-debug.log*
  12. yarn-error.log*
  13. # Dependency directories
  14. node_modules/
  15. # Eslint cache
  16. .eslintcache
  17. # MacOS system files
  18. .DS_Store
  19. # Windows system files
  20. Thumbs.db
  21. ehthumbs.db
  22. [Dd]esktop.ini
  23. $RECYCLE.BIN/