39 lines
404 B
Plaintext
39 lines
404 B
Plaintext
.git
|
|
.gitignore
|
|
.gitattributes
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.sisyphus/
|
|
.dev.pid
|
|
.DS_Store
|
|
.editorconfig
|
|
.php-cs-fixer.cache
|
|
|
|
vendor/
|
|
node_modules/
|
|
public/hot
|
|
|
|
tests/
|
|
test-results/
|
|
phpunit.xml
|
|
playwright.config.ts
|
|
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
docs/
|
|
README.md
|
|
ref/
|
|
|
|
start_dev.sh
|
|
stop_dev.sh
|
|
use_local_pp_lib.sh
|
|
|
|
storage/logs/*
|
|
storage/framework/cache/*
|
|
storage/framework/views/*
|
|
storage/framework/sessions/*
|