diff --git a/.gitignore b/.gitignore index 138a622..375e329 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ web/node_modules/ web/dist/ internal/webui/dist/ +# Temp +.tmp/ + # Data (runtime) data/ *.db diff --git a/.tmp/dashboard-real.png b/.tmp/dashboard-real.png deleted file mode 100644 index ff3c0cb..0000000 Binary files a/.tmp/dashboard-real.png and /dev/null differ diff --git a/.tmp/dashboard.png b/.tmp/dashboard.png deleted file mode 100644 index 96a37ca..0000000 Binary files a/.tmp/dashboard.png and /dev/null differ diff --git a/.tmp/job3-nocss.png b/.tmp/job3-nocss.png deleted file mode 100644 index e60f638..0000000 Binary files a/.tmp/job3-nocss.png and /dev/null differ diff --git a/.tmp/jobs.png b/.tmp/jobs.png deleted file mode 100644 index f14523d..0000000 Binary files a/.tmp/jobs.png and /dev/null differ diff --git a/.tmp/machines.png b/.tmp/machines.png deleted file mode 100644 index 3c8cc50..0000000 Binary files a/.tmp/machines.png and /dev/null differ diff --git a/.tmp/settings.png b/.tmp/settings.png deleted file mode 100644 index 872e900..0000000 Binary files a/.tmp/settings.png and /dev/null differ diff --git a/.tmp/sshkeys.png b/.tmp/sshkeys.png deleted file mode 100644 index ec614a1..0000000 Binary files a/.tmp/sshkeys.png and /dev/null differ diff --git a/.tmp/syncpairs.png b/.tmp/syncpairs.png deleted file mode 100644 index cbfd3b1..0000000 Binary files a/.tmp/syncpairs.png and /dev/null differ