You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 185B

12345678910111213141516171819
  1. # Gatsby files
  2. .cache/
  3. public
  4. # tests
  5. lcov.info
  6. coverage/
  7. # eslint
  8. eslint-report.json
  9. # yarn
  10. .yarn/*
  11. !.yarn/patches
  12. !.yarn/releases
  13. !.yarn/plugins
  14. !.yarn/sdks
  15. !.yarn/versions
  16. .pnp.*