.gitignore 385 B

12345678910111213141516171819202122232425262728
  1. <<<<<<< HEAD
  2. .DS_Store
  3. **/.vscode/
  4. =======
  5. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  6. # dependencies
  7. /node_modules
  8. /.pnp
  9. .pnp.js
  10. # testing
  11. /coverage
  12. # production
  13. /build
  14. # misc
  15. .DS_Store
  16. .env.local
  17. .env.development.local
  18. .env.test.local
  19. .env.production.local
  20. npm-debug.log*
  21. yarn-debug.log*
  22. yarn-error.log*
  23. >>>>>>> e98fb6c7 (HW<JSX> done)