From f6813df6a4da00a33a79f08d63440fe87af6df27 Mon Sep 17 00:00:00 2001 From: wes Date: Tue, 14 May 2024 15:27:41 -0400 Subject: [PATCH] move svg files --- .gitignore | 4 ++++ gandalf.svg => svgs/gandalf.svg | 0 tolkien.svg => svgs/tolkien.svg | 0 tree_of_gondor.svg => svgs/tree_of_gondor.svg | 0 tree_of_gondor_backup.svg => svgs/tree_of_gondor_backup.svg | 0 tree_of_gondor_small.svg => svgs/tree_of_gondor_small.svg | 0 tree_of_gondor_stars.svg => svgs/tree_of_gondor_stars.svg | 0 .../tree_of_gondor_stars_small.svg | 0 8 files changed, 4 insertions(+) create mode 100644 .gitignore rename gandalf.svg => svgs/gandalf.svg (100%) rename tolkien.svg => svgs/tolkien.svg (100%) rename tree_of_gondor.svg => svgs/tree_of_gondor.svg (100%) rename tree_of_gondor_backup.svg => svgs/tree_of_gondor_backup.svg (100%) rename tree_of_gondor_small.svg => svgs/tree_of_gondor_small.svg (100%) rename tree_of_gondor_stars.svg => svgs/tree_of_gondor_stars.svg (100%) rename tree_of_gondor_stars_small.svg => svgs/tree_of_gondor_stars_small.svg (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a3012a8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*swp +*step +*3mf + diff --git a/gandalf.svg b/svgs/gandalf.svg similarity index 100% rename from gandalf.svg rename to svgs/gandalf.svg diff --git a/tolkien.svg b/svgs/tolkien.svg similarity index 100% rename from tolkien.svg rename to svgs/tolkien.svg diff --git a/tree_of_gondor.svg b/svgs/tree_of_gondor.svg similarity index 100% rename from tree_of_gondor.svg rename to svgs/tree_of_gondor.svg diff --git a/tree_of_gondor_backup.svg b/svgs/tree_of_gondor_backup.svg similarity index 100% rename from tree_of_gondor_backup.svg rename to svgs/tree_of_gondor_backup.svg diff --git a/tree_of_gondor_small.svg b/svgs/tree_of_gondor_small.svg similarity index 100% rename from tree_of_gondor_small.svg rename to svgs/tree_of_gondor_small.svg diff --git a/tree_of_gondor_stars.svg b/svgs/tree_of_gondor_stars.svg similarity index 100% rename from tree_of_gondor_stars.svg rename to svgs/tree_of_gondor_stars.svg diff --git a/tree_of_gondor_stars_small.svg b/svgs/tree_of_gondor_stars_small.svg similarity index 100% rename from tree_of_gondor_stars_small.svg rename to svgs/tree_of_gondor_stars_small.svg