feat: 계좌관리 추가
This commit is contained in:
18
.dockerignore
Normal file
18
.dockerignore
Normal file
@@ -0,0 +1,18 @@
|
||||
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*
|
||||
Reference in New Issue
Block a user