45 خطوط
801 B
Plaintext
45 خطوط
801 B
Plaintext
*.log
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.phpactor.json
|
|
.phpunit.result.cache
|
|
cookies*.txt
|
|
/.fleet
|
|
/.idea
|
|
/.nova
|
|
/.phpunit.cache
|
|
/.vscode
|
|
/.zed
|
|
/auth.json
|
|
/node_modules
|
|
/public/build
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/storage/app/*
|
|
!/storage/app/.gitignore
|
|
!/storage/app/public/
|
|
/storage/app/public/*
|
|
!/storage/app/public/.gitignore
|
|
/storage/framework/cache/*
|
|
!/storage/framework/cache/.gitignore
|
|
/storage/framework/sessions/*
|
|
!/storage/framework/sessions/.gitignore
|
|
/storage/framework/testing/*
|
|
!/storage/framework/testing/.gitignore
|
|
/storage/framework/views/*
|
|
!/storage/framework/views/.gitignore
|
|
/storage/logs/*
|
|
!/storage/logs/.gitignore
|
|
/storage/pail
|
|
/bootstrap/cache/*
|
|
!/bootstrap/cache/.gitignore
|
|
/database/*.sqlite
|
|
/database/*.sqlite-*
|
|
/vendor
|
|
Homestead.json
|
|
Homestead.yaml
|
|
Thumbs.db
|