.gitignore 305 B

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