.git
.gitignore
.env
.env.*
!.env.example
.phpunit.cache
.phpunit.result.cache
node_modules
vendor
public/build
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/testing/*
storage/framework/views/*
bootstrap/cache/*
database/*.sqlite*
compose.override.yaml

