Files
luckywheel/.dockerignore
2026-01-14 14:51:03 +07:00

29 lines
331 B
Plaintext

node_modules/
npm-debug.log
yarn-error.log
vendor/
.git
.gitignore
.gitattributes
.env
.env.*
!.env.docker
.DS_Store
Thumbs.db
*.log
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
bootstrap/cache/*
.phpunit.result.cache
coverage/
*.sql
*.csv
*.backup
.idea/
.vscode/
*.swp
*.swo
*~