Nenhuma descrição

.gitignore 416B

1234567891011121314151617181920212223242526
  1. /bootstrap/compiled.php
  2. composer.phar
  3. composer.lock
  4. .env.*.php
  5. .env.php
  6. .DS_Store
  7. Thumbs.db
  8. app/database/csv/*
  9. app/config/packages/*
  10. app/config/testing/*
  11. app/config/database.php
  12. app/config/app.php
  13. app/config/*
  14. app/storage/annual_pdfs/*
  15. public/exports/*
  16. node_modules/
  17. vendor/*
  18. !vendor/barryvdh/
  19. !vendor/dompdf/
  20. app/controllers/AuthController.php
  21. app/controllers/AuthController.php
  22. bootstrap/start.php
  23. testdisk.log