.gitignore 183 B

12345678910111213
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules/
  4. /yarn.lock
  5. # testing
  6. # production
  7. /build/
  8. # misc
  9. /.env.*.local