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 162B

1234567891011121314151617
  1. # Dependency directories
  2. node_modules/
  3. # Logs
  4. yarn-debug.log*
  5. yarn-error.log*
  6. # Gatsby files
  7. .cache/
  8. public
  9. # Mac files
  10. .DS_Store
  11. # tests
  12. lcov.info
  13. coverage/