From 794930b5fcc3eae6144e6cd9069ecdf212127ddb Mon Sep 17 00:00:00 2001 From: Pamela Mackingue Date: Sun, 18 Feb 2024 21:24:46 -0500 Subject: [PATCH] updated files --- week-05/{tip-calculator-master => }/README.md | 0 .../{tip-calculator-master => }/css/main.css | 0 .../{tip-calculator-master => }/images/bg.jpg | Bin .../{tip-calculator-master => }/index.html | 0 .../{tip-calculator-master => }/js/script.js | 0 week-05/tip-calculator-master/.gitignore | 27 ------------------ 6 files changed, 27 deletions(-) rename week-05/{tip-calculator-master => }/README.md (100%) rename week-05/{tip-calculator-master => }/css/main.css (100%) rename week-05/{tip-calculator-master => }/images/bg.jpg (100%) rename week-05/{tip-calculator-master => }/index.html (100%) rename week-05/{tip-calculator-master => }/js/script.js (100%) delete mode 100644 week-05/tip-calculator-master/.gitignore diff --git a/week-05/tip-calculator-master/README.md b/week-05/README.md similarity index 100% rename from week-05/tip-calculator-master/README.md rename to week-05/README.md diff --git a/week-05/tip-calculator-master/css/main.css b/week-05/css/main.css similarity index 100% rename from week-05/tip-calculator-master/css/main.css rename to week-05/css/main.css diff --git a/week-05/tip-calculator-master/images/bg.jpg b/week-05/images/bg.jpg similarity index 100% rename from week-05/tip-calculator-master/images/bg.jpg rename to week-05/images/bg.jpg diff --git a/week-05/tip-calculator-master/index.html b/week-05/index.html similarity index 100% rename from week-05/tip-calculator-master/index.html rename to week-05/index.html diff --git a/week-05/tip-calculator-master/js/script.js b/week-05/js/script.js similarity index 100% rename from week-05/tip-calculator-master/js/script.js rename to week-05/js/script.js diff --git a/week-05/tip-calculator-master/.gitignore b/week-05/tip-calculator-master/.gitignore deleted file mode 100644 index c667e8f..0000000 --- a/week-05/tip-calculator-master/.gitignore +++ /dev/null @@ -1,27 +0,0 @@ -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk \ No newline at end of file