diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2023-03-05 01:06:30 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2023-03-05 01:06:30 +0900 |
| commit | c54712233cfe212b090a16c567cb1c1ed8cc8058 (patch) | |
| tree | b283d9bec8cc7b127d00987594414cc9a57f440a /.dockerignore | |
| parent | docker: build assets on native arch (#10080) (diff) | |
| download | sharkey-c54712233cfe212b090a16c567cb1c1ed8cc8058.tar.gz sharkey-c54712233cfe212b090a16c567cb1c1ed8cc8058.tar.bz2 sharkey-c54712233cfe212b090a16c567cb1c1ed8cc8058.zip | |
Dev Container周り
Related to #10201
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 8f984831ef..151ede038e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -25,6 +25,8 @@ fluent-emojis/ !.yarn/sdks !.yarn/versions +.pnpm-store + .idea/ packages/*/.vscode/ packages/backend/test/docker-compose.yml |