From 640db217ccd9616a858b431643bf15555d8de2fa Mon Sep 17 00:00:00 2001 From: ICBM Date: Tue, 17 Jan 2023 20:20:50 -0500 Subject: [PATCH] Create 'alcohol' directory to contain 'Homebrew' stuff. Move 'House Tools' and 'Mixed Drinks' to showandtell/presentations. --- .gitignore | 3 +++ {Homebrew => alcohol/Homebrew}/Home.md | 0 {Homebrew => alcohol/Homebrew}/Sanitation.md | 0 House Tools.md => showandtell/presentations/House Tools.md | 0 Mixed Drinks.md => showandtell/presentations/Mixed Drinks.md | 0 5 files changed, 3 insertions(+) create mode 100644 .gitignore rename {Homebrew => alcohol/Homebrew}/Home.md (100%) rename {Homebrew => alcohol/Homebrew}/Sanitation.md (100%) rename House Tools.md => showandtell/presentations/House Tools.md (100%) rename Mixed Drinks.md => showandtell/presentations/Mixed Drinks.md (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd492c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# tmp files +*.swp +*.swo diff --git a/Homebrew/Home.md b/alcohol/Homebrew/Home.md similarity index 100% rename from Homebrew/Home.md rename to alcohol/Homebrew/Home.md diff --git a/Homebrew/Sanitation.md b/alcohol/Homebrew/Sanitation.md similarity index 100% rename from Homebrew/Sanitation.md rename to alcohol/Homebrew/Sanitation.md diff --git a/House Tools.md b/showandtell/presentations/House Tools.md similarity index 100% rename from House Tools.md rename to showandtell/presentations/House Tools.md diff --git a/Mixed Drinks.md b/showandtell/presentations/Mixed Drinks.md similarity index 100% rename from Mixed Drinks.md rename to showandtell/presentations/Mixed Drinks.md -- 2.52.0