From 71d696896fe9496c2fc93729d73138508b9c36d4 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 27 Jun 2016 12:28:51 -0400 Subject: [PATCH] added a folder called 'used' to morning exercise resources and moved files --- morning_exercise_resources/{ => used}/100_goblins/goblins.md | 0 .../{ => used}/100_goblins/goblins_solutions.js | 0 morning_exercise_resources/{ => used}/bubble_sort/bubble_sort.md | 0 .../{ => used}/bubble_sort/bubblesort_solution.js | 0 .../{ => used}/caesar_cipher/caesar_cipher.md | 0 morning_exercise_resources/{ => used}/stopwatch/css/style.css | 0 morning_exercise_resources/{ => used}/stopwatch/index.html | 0 morning_exercise_resources/{ => used}/stopwatch/js/app.js | 0 .../{ => used}/stopwatch/stopwatch_solution/css/style.css | 0 .../{ => used}/stopwatch/stopwatch_solution/index.html | 0 .../{ => used}/stopwatch/stopwatch_solution/js/app.js | 0 .../{ => used}/word_frequency/wordFreqSolution1.js | 0 .../{ => used}/word_frequency/wordFreqSolution2.js | 0 .../{ => used}/word_frequency/word_frequency.md | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename morning_exercise_resources/{ => used}/100_goblins/goblins.md (100%) rename morning_exercise_resources/{ => used}/100_goblins/goblins_solutions.js (100%) rename morning_exercise_resources/{ => used}/bubble_sort/bubble_sort.md (100%) rename morning_exercise_resources/{ => used}/bubble_sort/bubblesort_solution.js (100%) rename morning_exercise_resources/{ => used}/caesar_cipher/caesar_cipher.md (100%) rename morning_exercise_resources/{ => used}/stopwatch/css/style.css (100%) rename morning_exercise_resources/{ => used}/stopwatch/index.html (100%) rename morning_exercise_resources/{ => used}/stopwatch/js/app.js (100%) rename morning_exercise_resources/{ => used}/stopwatch/stopwatch_solution/css/style.css (100%) rename morning_exercise_resources/{ => used}/stopwatch/stopwatch_solution/index.html (100%) rename morning_exercise_resources/{ => used}/stopwatch/stopwatch_solution/js/app.js (100%) rename morning_exercise_resources/{ => used}/word_frequency/wordFreqSolution1.js (100%) rename morning_exercise_resources/{ => used}/word_frequency/wordFreqSolution2.js (100%) rename morning_exercise_resources/{ => used}/word_frequency/word_frequency.md (100%) diff --git a/morning_exercise_resources/100_goblins/goblins.md b/morning_exercise_resources/used/100_goblins/goblins.md similarity index 100% rename from morning_exercise_resources/100_goblins/goblins.md rename to morning_exercise_resources/used/100_goblins/goblins.md diff --git a/morning_exercise_resources/100_goblins/goblins_solutions.js b/morning_exercise_resources/used/100_goblins/goblins_solutions.js similarity index 100% rename from morning_exercise_resources/100_goblins/goblins_solutions.js rename to morning_exercise_resources/used/100_goblins/goblins_solutions.js diff --git a/morning_exercise_resources/bubble_sort/bubble_sort.md b/morning_exercise_resources/used/bubble_sort/bubble_sort.md similarity index 100% rename from morning_exercise_resources/bubble_sort/bubble_sort.md rename to morning_exercise_resources/used/bubble_sort/bubble_sort.md diff --git a/morning_exercise_resources/bubble_sort/bubblesort_solution.js b/morning_exercise_resources/used/bubble_sort/bubblesort_solution.js similarity index 100% rename from morning_exercise_resources/bubble_sort/bubblesort_solution.js rename to morning_exercise_resources/used/bubble_sort/bubblesort_solution.js diff --git a/morning_exercise_resources/caesar_cipher/caesar_cipher.md b/morning_exercise_resources/used/caesar_cipher/caesar_cipher.md similarity index 100% rename from morning_exercise_resources/caesar_cipher/caesar_cipher.md rename to morning_exercise_resources/used/caesar_cipher/caesar_cipher.md diff --git a/morning_exercise_resources/stopwatch/css/style.css b/morning_exercise_resources/used/stopwatch/css/style.css similarity index 100% rename from morning_exercise_resources/stopwatch/css/style.css rename to morning_exercise_resources/used/stopwatch/css/style.css diff --git a/morning_exercise_resources/stopwatch/index.html b/morning_exercise_resources/used/stopwatch/index.html similarity index 100% rename from morning_exercise_resources/stopwatch/index.html rename to morning_exercise_resources/used/stopwatch/index.html diff --git a/morning_exercise_resources/stopwatch/js/app.js b/morning_exercise_resources/used/stopwatch/js/app.js similarity index 100% rename from morning_exercise_resources/stopwatch/js/app.js rename to morning_exercise_resources/used/stopwatch/js/app.js diff --git a/morning_exercise_resources/stopwatch/stopwatch_solution/css/style.css b/morning_exercise_resources/used/stopwatch/stopwatch_solution/css/style.css similarity index 100% rename from morning_exercise_resources/stopwatch/stopwatch_solution/css/style.css rename to morning_exercise_resources/used/stopwatch/stopwatch_solution/css/style.css diff --git a/morning_exercise_resources/stopwatch/stopwatch_solution/index.html b/morning_exercise_resources/used/stopwatch/stopwatch_solution/index.html similarity index 100% rename from morning_exercise_resources/stopwatch/stopwatch_solution/index.html rename to morning_exercise_resources/used/stopwatch/stopwatch_solution/index.html diff --git a/morning_exercise_resources/stopwatch/stopwatch_solution/js/app.js b/morning_exercise_resources/used/stopwatch/stopwatch_solution/js/app.js similarity index 100% rename from morning_exercise_resources/stopwatch/stopwatch_solution/js/app.js rename to morning_exercise_resources/used/stopwatch/stopwatch_solution/js/app.js diff --git a/morning_exercise_resources/word_frequency/wordFreqSolution1.js b/morning_exercise_resources/used/word_frequency/wordFreqSolution1.js similarity index 100% rename from morning_exercise_resources/word_frequency/wordFreqSolution1.js rename to morning_exercise_resources/used/word_frequency/wordFreqSolution1.js diff --git a/morning_exercise_resources/word_frequency/wordFreqSolution2.js b/morning_exercise_resources/used/word_frequency/wordFreqSolution2.js similarity index 100% rename from morning_exercise_resources/word_frequency/wordFreqSolution2.js rename to morning_exercise_resources/used/word_frequency/wordFreqSolution2.js diff --git a/morning_exercise_resources/word_frequency/word_frequency.md b/morning_exercise_resources/used/word_frequency/word_frequency.md similarity index 100% rename from morning_exercise_resources/word_frequency/word_frequency.md rename to morning_exercise_resources/used/word_frequency/word_frequency.md