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 /.gitignore | |
| 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 '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 62b818c629..c413cd4da9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,9 @@ packages/frontend/.yarn/cache packages/backend/.yarn/cache packages/sw/.yarn/cache +# pnpm +.pnpm-store + # Cypress cypress/screenshots cypress/videos |