.gitignore 151 B

1234567891011121314151617
  1. .env
  2. .phpunit.result.cache
  3. composer.lock
  4. /.cache
  5. /.config
  6. /.local
  7. /.npm
  8. /core
  9. /coverage
  10. /payment
  11. /public/img
  12. /seeds
  13. /storage
  14. /userland
  15. /vendor
  16. /wallet