.gitignore 81 B

123456789
  1. # ---> Laravel
  2. /bootstrap/compiled.php
  3. .env.*.php
  4. .env.php
  5. .env
  6. /vendor/
  7. .idea