aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-05-11 18:57:43 +0000
committerAarni Koskela <akx@iki.fi>2023-05-19 14:42:34 +0000
commit793a491923ba11adbe1024e0eb0402923165dafa (patch)
treebf070c28ba3fff59e83e4bcbd3a0adb6e57f112f /.gitignore
parentd41a31a50805fa70f7299f5c0384ad41db7142e5 (diff)
downloadstable-diffusion-webui-gfx803-793a491923ba11adbe1024e0eb0402923165dafa.tar.gz
stable-diffusion-webui-gfx803-793a491923ba11adbe1024e0eb0402923165dafa.tar.bz2
stable-diffusion-webui-gfx803-793a491923ba11adbe1024e0eb0402923165dafa.zip
Overhaul tests to use py.test
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 46654d83..09734267 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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*