.gitignore 198 B

12345678910111213141516
  1. # See https://help.github.com/ignore-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. # testing
  5. /coverage
  6. # misc
  7. .DS_Store
  8. npm-debug.log*
  9. yarn-debug.log*
  10. yarn-error.log*
  11. .idea