.gitignore 87 B

12345678
  1. node_modules
  2. npm-debug.log*
  3. yarn-error.log
  4. yarn.lock
  5. /package-lock.json
  6. dist
  7. .DS_Store