diff options
| author | おさむのひと <46447427+samunohito@users.noreply.github.com> | 2024-01-08 17:43:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 17:43:52 +0900 |
| commit | 35ec41fc1eddd7ebf5552e6f0bceebfbfa077a21 (patch) | |
| tree | d3bb804799399798c5c8d1d4654932c2d25d868e /.gitignore | |
| parent | fix(backend): `drive/files/update`におけるファイル名のバリデー... (diff) | |
| download | sharkey-35ec41fc1eddd7ebf5552e6f0bceebfbfa077a21.tar.gz sharkey-35ec41fc1eddd7ebf5552e6f0bceebfbfa077a21.tar.bz2 sharkey-35ec41fc1eddd7ebf5552e6f0bceebfbfa077a21.zip | |
enhance(backend): テストの高速化 (#12939)
* enhance(backend): テストの高速化
* add ls
* 自動的にマージされるようなので不要
* 起動方法を揃える
* fix test
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a66e527db0..d7b486b977 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ docker-compose.yml # misskey /build built +built-test /data /.cache-loader /db |