41 lines
353 B
Plaintext
41 lines
353 B
Plaintext
# Cache
|
|
.php_cs.cache
|
|
.phpunit.result.cache
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
storage/logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Composer
|
|
vendor/
|
|
composer.lock
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
|
|
# Testing
|
|
.phpunit.result.cache
|
|
|
|
# Generated
|
|
generated/
|