diff options
| author | Aarni Koskela <akx@iki.fi> | 2023-05-11 21:57:43 +0300 |
|---|---|---|
| committer | Aarni Koskela <akx@iki.fi> | 2023-05-19 17:42:34 +0300 |
| commit | 793a491923ba11adbe1024e0eb0402923165dafa (patch) | |
| tree | bf070c28ba3fff59e83e4bcbd3a0adb6e57f112f /.gitignore | |
| parent | d41a31a50805fa70f7299f5c0384ad41db7142e5 (diff) | |
| download | stable-diffusion-webui-gfx803-793a491923ba11adbe1024e0eb0402923165dafa.tar.gz | |
Overhaul tests to use py.test
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35,4 +35,5 @@ notification.mp3 /cache.json* /config_states/ /node_modules -/package-lock.json
\ No newline at end of file +/package-lock.json +/.coverage* |
