the bola v2 website
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 277B

123456789101112131415161718192021
  1. /.phpunit.cache
  2. /node_modules
  3. /public/build
  4. /public/hot
  5. /public/storage
  6. /public/vendor/statamic
  7. /storage/*.key
  8. /vendor
  9. .env
  10. .env.backup
  11. .env.production
  12. .phpunit.result.cache
  13. Homestead.json
  14. Homestead.yaml
  15. auth.json
  16. npm-debug.log
  17. yarn-error.log
  18. .DS_Store
  19. /.fleet
  20. /.idea
  21. /.vscode