.gitignore 117 B

1234567891011121314151617
  1. # OS
  2. .DS_Store
  3. # IDE
  4. .idea
  5. # Npm
  6. node_modules
  7. npm-debug.log
  8. package-lock.json
  9. # Yarn
  10. .yarn/
  11. .yarn*
  12. # c8
  13. coverage