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

1234567891011121314151617181920212223242526
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. /.pnp
  5. .pnp.js
  6. /src/components/CreateOfferCard
  7. /src/components/ItemDetailsCard
  8. # testing
  9. /coverage
  10. # production
  11. /build
  12. # misc
  13. .DS_Store
  14. .env
  15. .env.local
  16. .env.development.local
  17. .env.test.local
  18. .env.production.local
  19. npm-debug.log*
  20. yarn-debug.log*
  21. yarn-error.log*