68 lines
789 B
Plaintext
Executable File
68 lines
789 B
Plaintext
Executable File
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Laravel
|
|
/vendor/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Storage and logs
|
|
/storage/*.key
|
|
/storage/logs/*
|
|
/storage/framework/cache/*
|
|
/storage/framework/sessions/*
|
|
/storage/framework/views/*
|
|
/storage/app/*
|
|
/bootstrap/cache/*
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Documentation
|
|
README.md
|
|
*.md
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
|
|
# Testing
|
|
/tests/
|
|
phpunit.xml
|
|
.phpunit.result.cache
|
|
|
|
# Build tools
|
|
webpack.mix.js
|
|
yarn.lock
|
|
mix-manifest.json
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Keep vendor assets in public folder
|
|
!public/js/vendor/
|
|
!public/css/vendor/
|
|
!public/js/locales/ |