Files
sam-api/.dockerignore
2026-01-20 20:43:38 +09:00

19 lines
249 B
Plaintext

node_modules
vendor
.git
.env
.env.backup
.phpunit.result.cache
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
bootstrap/cache/*
.DS_Store
Thumbs.db
.idea
.vscode
*.log
npm-debug.log*
yarn-debug.log*