.gitignore 305 B

12345678910111213141516171819202122
  1. # See https://help.github.com/ignore-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. # testing
  5. /coverage
  6. # production
  7. /build
  8. # misc
  9. .DS_Store
  10. .env.local
  11. .env.development.local
  12. .env.test.local
  13. .env.production.local
  14. .idea/workspace.xml
  15. npm-debug.log*
  16. yarn-debug.log*
  17. yarn-error.log*