From 8067e9ea093422dc366277506e3bf74fdd015df8 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 30 Sep 2024 14:42:46 -0400 Subject: [PATCH] chore: move image assets under .github (#732) Signed-off-by: Chris Gianelloni --- .dockerignore | 1 - .../assets}/gOuroboros-illustration.png | Bin .../gOuroboros-logo-with-text-horizontal.png | Bin .../assets}/gOuroboros-logo-with-text.png | Bin README.md | 2 +- 5 files changed, 1 insertion(+), 2 deletions(-) rename {assets => .github/assets}/gOuroboros-illustration.png (100%) rename {assets => .github/assets}/gOuroboros-logo-with-text-horizontal.png (100%) rename {assets => .github/assets}/gOuroboros-logo-with-text.png (100%) diff --git a/.dockerignore b/.dockerignore index fac16ea4..63274db9 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,4 @@ .git/ .github/ -assets/ Dockerfile README.md diff --git a/assets/gOuroboros-illustration.png b/.github/assets/gOuroboros-illustration.png similarity index 100% rename from assets/gOuroboros-illustration.png rename to .github/assets/gOuroboros-illustration.png diff --git a/assets/gOuroboros-logo-with-text-horizontal.png b/.github/assets/gOuroboros-logo-with-text-horizontal.png similarity index 100% rename from assets/gOuroboros-logo-with-text-horizontal.png rename to .github/assets/gOuroboros-logo-with-text-horizontal.png diff --git a/assets/gOuroboros-logo-with-text.png b/.github/assets/gOuroboros-logo-with-text.png similarity index 100% rename from assets/gOuroboros-logo-with-text.png rename to .github/assets/gOuroboros-logo-with-text.png diff --git a/README.md b/README.md index 8b468c48..72ad9003 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- gOurobros Logo + gOurobros Logo
GitHub Go Report Card