← back to Exo
static images dir
38ee8151078d78bf7ad2cdb981155981a1589761 · 2024-11-20 09:55:36 +0400 · Alex Cheema
Files touched
M .gitignoreA exo/tinychat/images/8014d04e-b85a-44a2-88a3-29091c42bff5.pngA exo/tinychat/images/README.md
Diff
commit 38ee8151078d78bf7ad2cdb981155981a1589761
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Nov 20 09:55:36 2024 +0400
static images dir
---
.gitignore | 2 ++
.../images/8014d04e-b85a-44a2-88a3-29091c42bff5.png | Bin 0 -> 416562 bytes
exo/tinychat/images/README.md | 3 +++
3 files changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index 93227e3c..bd583381 100644
--- a/.gitignore
+++ b/.gitignore
@@ -171,3 +171,5 @@ cython_debug/
**/*.xcodeproj/*
.aider*
+
+./exo/tinychat/images/*.png
\ No newline at end of file
diff --git a/exo/tinychat/images/8014d04e-b85a-44a2-88a3-29091c42bff5.png b/exo/tinychat/images/8014d04e-b85a-44a2-88a3-29091c42bff5.png
new file mode 100644
index 00000000..8117046d
Binary files /dev/null and b/exo/tinychat/images/8014d04e-b85a-44a2-88a3-29091c42bff5.png differ
diff --git a/exo/tinychat/images/README.md b/exo/tinychat/images/README.md
new file mode 100644
index 00000000..cde32466
--- /dev/null
+++ b/exo/tinychat/images/README.md
@@ -0,0 +1,3 @@
+# images dir
+
+Images generated in tinychat are stored and served from here.
← 41697431 error fix
·
back to Exo
·
gitignore tinychat pngs fece3f0c →