43 lines
510 B
Plaintext
43 lines
510 B
Plaintext
.git
|
|
.gitattributes
|
|
.github
|
|
|
|
.env
|
|
.env.*
|
|
auth.json
|
|
|
|
node_modules
|
|
vendor
|
|
|
|
public/build
|
|
public/hot
|
|
public/storage
|
|
|
|
storage/*.key
|
|
storage/app/*
|
|
storage/framework/cache/*
|
|
storage/framework/sessions/*
|
|
storage/framework/testing/*
|
|
storage/framework/views/*
|
|
storage/logs/*
|
|
storage/pail
|
|
!storage/app/.gitignore
|
|
!storage/framework/**/.gitignore
|
|
!storage/logs/.gitignore
|
|
|
|
database/database.sqlite
|
|
|
|
tests
|
|
.phpunit.cache
|
|
.phpunit.result.cache
|
|
|
|
.devcontainer
|
|
.claude
|
|
.idea
|
|
.vscode
|
|
.fleet
|
|
.zed
|
|
|
|
docker-compose.yml
|
|
Dockerfile
|