.gitignore 180 B

123456789101112131415
  1. # See http://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
  11. npm-debug.log