44 lines
No EOL
527 B
Text
44 lines
No EOL
527 B
Text
# Development files
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.production
|
|
|
|
# Development tools
|
|
.git/
|
|
.gitignore
|
|
README.md
|
|
docker-compose.yml
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Laravel development
|
|
storage/logs/*
|
|
storage/framework/cache/*
|
|
storage/framework/sessions/*
|
|
storage/framework/testing/*
|
|
storage/framework/views/*
|
|
bootstrap/cache/*
|
|
|
|
# Testing
|
|
tests/
|
|
phpunit.xml
|
|
.phpunit.result.cache
|
|
|
|
# Build artifacts
|
|
vendor/
|
|
build/
|
|
dist/ |