25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
269B

  1. /vendor/
  2. .env
  3. .env.local
  4. .env.*
  5. !.env_prod
  6. *.log
  7. .DS_Store
  8. .idea/
  9. .vscode/
  10. /public/uploads/
  11. /storage/cache/
  12. /storage/logs/
  13. /database/app.sqlite
  14. /database/*.sqlite
  15. /database/*.sqlite-shm
  16. /database/*.sqlite-wal
  17. /database/*.sqlite-journal
  18. .phpunit.result.cache
  19. Thumbs.db

Powered by TurnKey Linux.