From 9ca93474f2cd958df87f274fff69a28bfb0771ae Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:48:17 -0600 Subject: [PATCH 01/72] new top modify readme so that it matches the more recent readmes (at the top, at least) --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5665d651..7fb82927 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# A very basic branch to act as an initial point - -The main readme is: # Burger Barn -A simple general burger ordering program -does not need a readme \ No newline at end of file +A simple, highly gernalized program for "purchaseing" burgers +does not need a readme +and yet, here we are... so why? +Hmm, what if we make a ***List of all the Reqrirments!*** +# Reqrirments +just the requriments of the program. still needs work, as some of the reqriments seem in-compatabible. + From 1f34c562cc92b9892d868ca8202ff23d03a893e4 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:58:31 -0600 Subject: [PATCH 02/72] initial requriments these are the requirments. funilly enough, these have been the reqriments for quite a while, but this branch is being made when these requirments have just changed, so... yeah Co-Authored-By: CTH-npitx <171954478+CTH-npitx@users.noreply.github.com> --- README.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/README.md b/README.md index 7fb82927..2836f551 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,57 @@ and yet, here we are... so why? Hmm, what if we make a ***List of all the Reqrirments!*** # Reqrirments just the requriments of the program. still needs work, as some of the reqriments seem in-compatabible. +## Useage & simple notes +Create a menu program that allows users to order items off a menu, and presents them with a calculated total when they are done. +Your program must include a flowchart. +## Reqrirments of Code +At start, display a one-time welcome message that will not reappear once the screen is cleared. +1. Sort the items in the List Box alphabetically +1. Have a List Box that records all items in your current order +1. Have a List Box that records all items in your current order +1. Include a Text Box that contains a running total +1. Users can only select one item in each category +1. Total is dynamically calculated as each item is entered +1. Total must include 8% sales tax +1. Users must NOT be able to modify/focus the Text Box +1. Include two Buttons: Purchase and Exit +1. Clicking Purchase displays a thank you message, then clears all fields +1. Selecting a menu item will display a message: + 1. "You purchased [menu item] for [price]" +1. If the user enters an invalid number, display an error message and ask them to enter the item again. + - huh? what numerical input? +1. Clear the screen after each user input +1. Clicking Purchase displays a thank you message, then clears all fields +1. Clicking Exit exits the program +## Cost of Items + Display a menu of food options using Radio Buttons and Labels +### Burgers +1. Plain burger: $4.99 +1. Cheeseburger: $5.99 +1. Veggie burger: $6.49 +1. Bacon Burger: $7.99 +### Sides +1. Fries: $0.50 +1. Tater tots: $0.75 +1. Onion rings: $0.99 +1. Chips: $0.99 +### Drinks +1. Cola: $1.29 +1. Tea: $1.19 +1. Fruit Punch: $1.09 +1. Water: $0.99 +### Combos +1. #1 Combo: $5.99 + 1. Plain Burger + 1. Fries + 1. Cola +1. #2 Combo: $6.49 + 1. Cheese Burger + 1. Tea + 1. Onion Rings +1. #3 Combo: $8.99 + 1. Bacon Burger + 1. Chips + 1. Cola +integrated by useing tags on the radio buttons. few alternative ideas might be used, such as utilizing the contents of the name itself. Note: combos have not been integrated From 97ab4088014c3588bc5d0c87b7e4652b622eaf30 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:01:12 -0600 Subject: [PATCH 03/72] Delete consolidate-er.txt --- .github/consolidate-er.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/consolidate-er.txt diff --git a/.github/consolidate-er.txt b/.github/consolidate-er.txt deleted file mode 100644 index 4e1741d9..00000000 --- a/.github/consolidate-er.txt +++ /dev/null @@ -1,3 +0,0 @@ -the consolidations have been, well, consolidated. - -Much, Much smaller now... \ No newline at end of file From 634bb5baacc0a1931deab2d467adb313964589f0 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:19:04 -0600 Subject: [PATCH 04/72] just some notes what this is for --- .../notes on how to integrate these changes into the readme.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/readme modifications/notes on how to integrate these changes into the readme.txt diff --git a/.github/readme modifications/notes on how to integrate these changes into the readme.txt b/.github/readme modifications/notes on how to integrate these changes into the readme.txt new file mode 100644 index 00000000..0703623b --- /dev/null +++ b/.github/readme modifications/notes on how to integrate these changes into the readme.txt @@ -0,0 +1 @@ +notes on modifications \ No newline at end of file From 9341efbfb45cf8431afac7c3b393f01b28a846b8 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:23:51 -0600 Subject: [PATCH 05/72] Create link.txt the link --- .github/readme modifications/link.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/readme modifications/link.txt diff --git a/.github/readme modifications/link.txt b/.github/readme modifications/link.txt new file mode 100644 index 00000000..2bb08420 --- /dev/null +++ b/.github/readme modifications/link.txt @@ -0,0 +1 @@ +https://github.com/CTH-npitx-programs/BurgerBarn/blob/final-conclusions/.github/FinalResults.md \ No newline at end of file From cc0368412a95816df08a1675dea577ab0ea8a1d2 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:25:21 -0600 Subject: [PATCH 06/72] Create link with text.txt the link with the text inside it --- .github/readme modifications/link with text.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/readme modifications/link with text.txt diff --git a/.github/readme modifications/link with text.txt b/.github/readme modifications/link with text.txt new file mode 100644 index 00000000..4081f1eb --- /dev/null +++ b/.github/readme modifications/link with text.txt @@ -0,0 +1 @@ +1. [Renameing Events](https://github.com/CTH-npitx-programs/BurgerBarn/blob/final-conclusions/.github/FinalResults.md) \ No newline at end of file From ba9285770fbe6ec141db2b1dc9739cab2a878d02 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:26:35 -0600 Subject: [PATCH 07/72] Create how integrate link.txt the link and the closest lines, to show how they integrate together (and the text that goes before the link) --- .github/readme modifications/how integrate link.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/readme modifications/how integrate link.txt diff --git a/.github/readme modifications/how integrate link.txt b/.github/readme modifications/how integrate link.txt new file mode 100644 index 00000000..068bbea3 --- /dev/null +++ b/.github/readme modifications/how integrate link.txt @@ -0,0 +1,6 @@ +Hmm, what if we make a List of all the Reqrirments! +## Expirments +of course, in the process, some tests are bound to be made, and expirments be documented +the expirments whose documentation survives the mess of code we have here, they will go here too! +1. [Renameing Events](httpsgithub.comCTH-npitx-programsBurgerBarnblobfinal-conclusions.githubFinalResults.md) +# Reqrirments \ No newline at end of file From c2d9acdca688b94c8386ed880671d2b2931c2aeb Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:27:15 -0600 Subject: [PATCH 08/72] Create upermost section.txt the entire upermost section --- .github/readme modifications/upermost section.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/readme modifications/upermost section.txt diff --git a/.github/readme modifications/upermost section.txt b/.github/readme modifications/upermost section.txt new file mode 100644 index 00000000..ee8f2eb2 --- /dev/null +++ b/.github/readme modifications/upermost section.txt @@ -0,0 +1,11 @@ +# Burger Barn +A simple, highly gernalized program for purchaseing burgers +does not need a readme +and yet, here we are... so why +Hmm, what if we make a List of all the Reqrirments! +## Expirments +of course, in the process, some tests are bound to be made, and expirments be documented +the expirments whose documentation survives the mess of code we have here, they will go here too! +1. [Renameing Events](httpsgithub.comCTH-npitx-programsBurgerBarnblobfinal-conclusions.githubFinalResults.md) +# Reqrirments +just the requriments of the program. still needs work, as some of the reqriments seem in-compatabible. \ No newline at end of file From b63f1f6967c5ead87000198777075a745151b4de Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:27:39 -0600 Subject: [PATCH 09/72] create entire readme.txt the entire readme (albiet not the most recent one) with the link in it --- .../readme modifications/entire readme.txt | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .github/readme modifications/entire readme.txt diff --git a/.github/readme modifications/entire readme.txt b/.github/readme modifications/entire readme.txt new file mode 100644 index 00000000..99d2a379 --- /dev/null +++ b/.github/readme modifications/entire readme.txt @@ -0,0 +1,65 @@ +# Burger Barn +A simple, highly gernalized program for "purchaseing" burgers +does not need a readme +and yet, here we are... so why? +Hmm, what if we make a ***List of all the Reqrirments!*** +## Expirments +of course, in the process, some tests are bound to be made, and expirments be documented +the expirments whose documentation survives the mess of code we have here, they will go here too! +1. [Renameing Events](https://github.com/CTH-npitx-programs/BurgerBarn/blob/final-conclusions/.github/FinalResults.md) +# Reqrirments +just the requriments of the program. still needs work, as some of the reqriments seem in-compatabible. +## Useage & simple notes +Create a menu program that allows users to order items off a menu, and presents them with a calculated total when they are done. +Your program must include a flowchart. +## Reqrirments of Code +At start, display a one-time welcome message that will not reappear once the screen is cleared. +1. Sort the items in the List Box alphabetically +1. Have a List Box that records all items in your current order +1. Have a List Box that records all items in your current order +1. Include a Text Box that contains a running total +1. Users can only select one item in each category +1. Total is dynamically calculated as each item is entered +1. Total must include 8% sales tax +1. Users must NOT be able to modify/focus the Text Box +1. Include two Buttons: Purchase and Exit +1. Clicking Purchase displays a thank you message, then clears all fields +1. Selecting a menu item will display a message: + 1. "You purchased [menu item] for [price]" +1. If the user enters an invalid number, display an error message and ask them to enter the item again. + - huh? what numerical input? +1. Clear the screen after each user input +1. Clicking Purchase displays a thank you message, then clears all fields +1. Clicking Exit exits the program + +## Cost of Items + Display a menu of food options using Radio Buttons and Labels +### Burgers +1. Plain burger: $4.99 +1. Cheeseburger: $5.99 +1. Veggie burger: $6.49 +1. Bacon Burger: $7.99 +### Sides +1. Fries: $0.50 +1. Tater tots: $0.75 +1. Onion rings: $0.99 +1. Chips: $0.99 +### Drinks +1. Cola: $1.29 +1. Tea: $1.19 +1. Fruit Punch: $1.09 +1. Water: $0.99 +### Combos +1. #1 Combo: $5.99 + 1. Plain Burger + 1. Fries + 1. Cola +1. #2 Combo: $6.49 + 1. Cheese Burger + 1. Tea + 1. Onion Rings +1. #3 Combo: $8.99 + 1. Bacon Burger + 1. Chips + 1. Cola +integrated by useing tags on the radio buttons. few alternative ideas might be used, such as utilizing the contents of the name itself. Note: combos have not been integrated From 6142f151a7aaf90869530357ce616d8de3065df6 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:36:03 -0600 Subject: [PATCH 10/72] Delete README.md deleted so a more recent one can easily be merged in --- .github/README.md | 65 ----------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 .github/README.md diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index 99d2a379..00000000 --- a/.github/README.md +++ /dev/null @@ -1,65 +0,0 @@ -# Burger Barn -A simple, highly gernalized program for "purchaseing" burgers -does not need a readme -and yet, here we are... so why? -Hmm, what if we make a ***List of all the Reqrirments!*** -## Expirments -of course, in the process, some tests are bound to be made, and expirments be documented -the expirments whose documentation survives the mess of code we have here, they will go here too! -1. [Renameing Events](https://github.com/CTH-npitx-programs/BurgerBarn/blob/final-conclusions/.github/FinalResults.md) -# Reqrirments -just the requriments of the program. still needs work, as some of the reqriments seem in-compatabible. -## Useage & simple notes -Create a menu program that allows users to order items off a menu, and presents them with a calculated total when they are done. -Your program must include a flowchart. -## Reqrirments of Code -At start, display a one-time welcome message that will not reappear once the screen is cleared. -1. Sort the items in the List Box alphabetically -1. Have a List Box that records all items in your current order -1. Have a List Box that records all items in your current order -1. Include a Text Box that contains a running total -1. Users can only select one item in each category -1. Total is dynamically calculated as each item is entered -1. Total must include 8% sales tax -1. Users must NOT be able to modify/focus the Text Box -1. Include two Buttons: Purchase and Exit -1. Clicking Purchase displays a thank you message, then clears all fields -1. Selecting a menu item will display a message: - 1. "You purchased [menu item] for [price]" -1. If the user enters an invalid number, display an error message and ask them to enter the item again. - - huh? what numerical input? -1. Clear the screen after each user input -1. Clicking Purchase displays a thank you message, then clears all fields -1. Clicking Exit exits the program - -## Cost of Items - Display a menu of food options using Radio Buttons and Labels -### Burgers -1. Plain burger: $4.99 -1. Cheeseburger: $5.99 -1. Veggie burger: $6.49 -1. Bacon Burger: $7.99 -### Sides -1. Fries: $0.50 -1. Tater tots: $0.75 -1. Onion rings: $0.99 -1. Chips: $0.99 -### Drinks -1. Cola: $1.29 -1. Tea: $1.19 -1. Fruit Punch: $1.09 -1. Water: $0.99 -### Combos -1. #1 Combo: $5.99 - 1. Plain Burger - 1. Fries - 1. Cola -1. #2 Combo: $6.49 - 1. Cheese Burger - 1. Tea - 1. Onion Rings -1. #3 Combo: $8.99 - 1. Bacon Burger - 1. Chips - 1. Cola -integrated by useing tags on the radio buttons. few alternative ideas might be used, such as utilizing the contents of the name itself. Note: combos have not been integrated From 25e7d3e68e6661070b15c0a581257e2507511c30 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:37:36 -0600 Subject: [PATCH 11/72] move readme --- README.md => .github/README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.md => .github/README.md (100%) diff --git a/README.md b/.github/README.md similarity index 100% rename from README.md rename to .github/README.md From 8477f4c86dd46e8314f0522d56f4d1cc11677fdd Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:44:58 -0600 Subject: [PATCH 12/72] the consolidation instructions while already done, still, should update the readme acordingly --- .github/README.md | 65 ++++++++--------------------------------------- 1 file changed, 10 insertions(+), 55 deletions(-) diff --git a/.github/README.md b/.github/README.md index 2836f551..53ced203 100644 --- a/.github/README.md +++ b/.github/README.md @@ -3,59 +3,14 @@ A simple, highly gernalized program for "purchaseing" burgers does not need a readme and yet, here we are... so why? Hmm, what if we make a ***List of all the Reqrirments!*** -# Reqrirments -just the requriments of the program. still needs work, as some of the reqriments seem in-compatabible. -## Useage & simple notes -Create a menu program that allows users to order items off a menu, and presents them with a calculated total when they are done. -Your program must include a flowchart. -## Reqrirments of Code -At start, display a one-time welcome message that will not reappear once the screen is cleared. -1. Sort the items in the List Box alphabetically -1. Have a List Box that records all items in your current order -1. Have a List Box that records all items in your current order -1. Include a Text Box that contains a running total -1. Users can only select one item in each category -1. Total is dynamically calculated as each item is entered -1. Total must include 8% sales tax -1. Users must NOT be able to modify/focus the Text Box -1. Include two Buttons: Purchase and Exit -1. Clicking Purchase displays a thank you message, then clears all fields -1. Selecting a menu item will display a message: - 1. "You purchased [menu item] for [price]" -1. If the user enters an invalid number, display an error message and ask them to enter the item again. - - huh? what numerical input? -1. Clear the screen after each user input -1. Clicking Purchase displays a thank you message, then clears all fields -1. Clicking Exit exits the program +# Reqrirments/ modification +just the requriments of the program, or the edits to make to said program +## What modification +consolidate the events, so it: +1. the sides are 1 event +2. the drinks are 1 event +3. the burgers are 1 event -## Cost of Items - Display a menu of food options using Radio Buttons and Labels -### Burgers -1. Plain burger: $4.99 -1. Cheeseburger: $5.99 -1. Veggie burger: $6.49 -1. Bacon Burger: $7.99 -### Sides -1. Fries: $0.50 -1. Tater tots: $0.75 -1. Onion rings: $0.99 -1. Chips: $0.99 -### Drinks -1. Cola: $1.29 -1. Tea: $1.19 -1. Fruit Punch: $1.09 -1. Water: $0.99 -### Combos -1. #1 Combo: $5.99 - 1. Plain Burger - 1. Fries - 1. Cola -1. #2 Combo: $6.49 - 1. Cheese Burger - 1. Tea - 1. Onion Rings -1. #3 Combo: $8.99 - 1. Bacon Burger - 1. Chips - 1. Cola -integrated by useing tags on the radio buttons. few alternative ideas might be used, such as utilizing the contents of the name itself. Note: combos have not been integrated +or combine them all into 1... + +WORKS THE SAME AS BEFORE \ No newline at end of file From 62913fc7355bdec4316dcc73448278b42309bacd Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:46:41 -0600 Subject: [PATCH 13/72] methodization instructions methodize instructions --- .github/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/README.md b/.github/README.md index 53ced203..58e8f382 100644 --- a/.github/README.md +++ b/.github/README.md @@ -6,11 +6,4 @@ Hmm, what if we make a ***List of all the Reqrirments!*** # Reqrirments/ modification just the requriments of the program, or the edits to make to said program ## What modification -consolidate the events, so it: -1. the sides are 1 event -2. the drinks are 1 event -3. the burgers are 1 event - -or combine them all into 1... - -WORKS THE SAME AS BEFORE \ No newline at end of file +1. put all repeating code in a method. You know, like I did in the 1.0... \ No newline at end of file From fd16f1021eab8245a015e892737848e5a1e3fe1a Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:48:45 -0600 Subject: [PATCH 14/72] retrieve costs retrive the costs, which where deleted when modifying the readme, but actually should probally be kept... --- .github/Costs.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/Costs.txt diff --git a/.github/Costs.txt b/.github/Costs.txt new file mode 100644 index 00000000..6f7555f1 --- /dev/null +++ b/.github/Costs.txt @@ -0,0 +1,30 @@ +## Cost of Items + Display a menu of food options using Radio Buttons and Labels +### Burgers +1. Plain burger: $4.99 +1. Cheeseburger: $5.99 +1. Veggie burger: $6.49 +1. Bacon Burger: $7.99 +### Sides +1. Fries: $0.50 +1. Tater tots: $0.75 +1. Onion rings: $0.99 +1. Chips: $0.99 +### Drinks +1. Cola: $1.29 +1. Tea: $1.19 +1. Fruit Punch: $1.09 +1. Water: $0.99 +### Combos +1. #1 Combo: $5.99 + 1. Plain Burger + 1. Fries + 1. Cola +1. #2 Combo: $6.49 + 1. Cheese Burger + 1. Tea + 1. Onion Rings +1. #3 Combo: $8.99 + 1. Bacon Burger + 1. Chips + 1. Cola \ No newline at end of file From 8acfd7d9516936ef1dfae92c7b74da6d267749e5 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:49:01 -0600 Subject: [PATCH 15/72] Create Notes.txt some notes on the costs and such, where in readme. Keep? --- .github/Notes.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/Notes.txt diff --git a/.github/Notes.txt b/.github/Notes.txt new file mode 100644 index 00000000..fd48d053 --- /dev/null +++ b/.github/Notes.txt @@ -0,0 +1 @@ +integrated by useing tags on the radio buttons. few alternative ideas might be used, such as utilizing the contents of the name itself. Note: combos have not been integrated \ No newline at end of file From 48174b58766066415207fe3225ca7bd7b5af43dd Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:53:38 -0600 Subject: [PATCH 16/72] make base info section --- .github/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 58e8f382..64ba8a09 100644 --- a/.github/README.md +++ b/.github/README.md @@ -6,4 +6,8 @@ Hmm, what if we make a ***List of all the Reqrirments!*** # Reqrirments/ modification just the requriments of the program, or the edits to make to said program ## What modification -1. put all repeating code in a method. You know, like I did in the 1.0... \ No newline at end of file +1. put all repeating code in a method. You know, like I did in the 1.0... + + +# BASE INFO +some information that doesn't really change, so shall stay From b2f0d71edc79080d940b62219fc6c3e3b969e97c Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:56:52 -0600 Subject: [PATCH 17/72] make notes section add section for notes --- .github/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/README.md b/.github/README.md index 64ba8a09..17086769 100644 --- a/.github/README.md +++ b/.github/README.md @@ -11,3 +11,33 @@ just the requriments of the program, or the edits to make to said program # BASE INFO some information that doesn't really change, so shall stay + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +## NOTES \ No newline at end of file From 8a267e90619b796d2704a9c8d17fafd23ac9c6c9 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:59:21 -0600 Subject: [PATCH 18/72] add costs of burgers --- .github/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/README.md b/.github/README.md index 64ba8a09..bc3ea077 100644 --- a/.github/README.md +++ b/.github/README.md @@ -11,3 +11,9 @@ just the requriments of the program, or the edits to make to said program # BASE INFO some information that doesn't really change, so shall stay +## Cost of Items +### Burgers +1. Plain burger: $4.99 +1. Cheeseburger: $5.99 +1. Veggie burger: $6.49 +1. Bacon Burger: $7.99 From 4eabd33532dd7a59c092fcab8aa70579bc153b6e Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:59:55 -0600 Subject: [PATCH 19/72] add costs of sides --- .github/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/README.md b/.github/README.md index bc3ea077..55ea532f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -17,3 +17,8 @@ some information that doesn't really change, so shall stay 1. Cheeseburger: $5.99 1. Veggie burger: $6.49 1. Bacon Burger: $7.99 +### Sides +1. Fries: $0.50 +1. Tater tots: $0.75 +1. Onion rings: $0.99 +1. Chips: $0.99 \ No newline at end of file From e70aae0128d0a184a2274d2223ef83fcc6ceb748 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:01:09 -0600 Subject: [PATCH 20/72] add cost of drinks --- .github/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 55ea532f..8694d2ac 100644 --- a/.github/README.md +++ b/.github/README.md @@ -21,4 +21,9 @@ some information that doesn't really change, so shall stay 1. Fries: $0.50 1. Tater tots: $0.75 1. Onion rings: $0.99 -1. Chips: $0.99 \ No newline at end of file +1. Chips: $0.99 +#### Drinks +1. Cola: $1.29 +1. Tea: $1.19 +1. Fruit Punch: $1.09 +1. Water: $0.99 \ No newline at end of file From df7f9743d1b61d25ea21698839f1f893b8d8f5d2 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:03:55 -0600 Subject: [PATCH 21/72] add number 1 combo --- .github/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 8694d2ac..6abf70dd 100644 --- a/.github/README.md +++ b/.github/README.md @@ -26,4 +26,9 @@ some information that doesn't really change, so shall stay 1. Cola: $1.29 1. Tea: $1.19 1. Fruit Punch: $1.09 -1. Water: $0.99 \ No newline at end of file +1. Water: $0.99 +## Combos +### Number 1 combo Combo: $5.99 + 1. Plain Burger + 1. Fries + 1. Cola From d7e315ad3730de1f22cdefa2ec3a2cd91d6c8089 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:04:16 -0600 Subject: [PATCH 22/72] add number 2 combo --- .github/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/README.md b/.github/README.md index 6abf70dd..aa78916e 100644 --- a/.github/README.md +++ b/.github/README.md @@ -32,3 +32,7 @@ some information that doesn't really change, so shall stay 1. Plain Burger 1. Fries 1. Cola +### Number 2 Combo: $6.49 + 1. Cheese Burger + 1. Tea + 1. Onion Rings \ No newline at end of file From 53bc3ee171a2e5516d97ff9fbadd4daf43fc8c1c Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:04:40 -0600 Subject: [PATCH 23/72] add number 3 combo --- .github/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index aa78916e..91bbe8f0 100644 --- a/.github/README.md +++ b/.github/README.md @@ -35,4 +35,8 @@ some information that doesn't really change, so shall stay ### Number 2 Combo: $6.49 1. Cheese Burger 1. Tea - 1. Onion Rings \ No newline at end of file + 1. Onion Rings +### Number 3 Combo: $8.99 + 1. Bacon Burger + 1. Chips + 1. Cola \ No newline at end of file From 4c9beaea3c5923ef8febe37dc0f8a6305eb33254 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:05:02 -0600 Subject: [PATCH 24/72] Create oldComboPhraseing.txt as the phraseing of the combos was slightly altered, added a file saying how it used to be --- .github/phraseing/oldComboPhraseing.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/phraseing/oldComboPhraseing.txt diff --git a/.github/phraseing/oldComboPhraseing.txt b/.github/phraseing/oldComboPhraseing.txt new file mode 100644 index 00000000..5d45f757 --- /dev/null +++ b/.github/phraseing/oldComboPhraseing.txt @@ -0,0 +1,12 @@ +1. #1 Combo: $5.99 + 1. Plain Burger + 1. Fries + 1. Cola +1. #2 Combo: $6.49 + 1. Cheese Burger + 1. Tea + 1. Onion Rings +1. #3 Combo: $8.99 + 1. Bacon Burger + 1. Chips + 1. Cola \ No newline at end of file From 9ab869310e24bfa8ae11a947db8dd112330ec245 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:12:59 -0600 Subject: [PATCH 25/72] prices storage note how proces are stored --- .github/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 17086769..9798bd78 100644 --- a/.github/README.md +++ b/.github/README.md @@ -40,4 +40,5 @@ some information that doesn't really change, so shall stay -## NOTES \ No newline at end of file +## NOTES +1. integrated by useing tags on the radio buttons. \ No newline at end of file From 718ec7c015e88c140e940a81b41dbc6926d067a4 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:13:54 -0600 Subject: [PATCH 26/72] mention alternitives mention conceptual alternitives --- .github/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 9798bd78..5796087c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -41,4 +41,5 @@ some information that doesn't really change, so shall stay ## NOTES -1. integrated by useing tags on the radio buttons. \ No newline at end of file +1. integrated by useing tags on the radio buttons. +2. few alternative ideas might be used, such as utilizing the contents of the name itself \ No newline at end of file From 26c86276919137a73e35f814e1a37fd10f9b5315 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:14:10 -0600 Subject: [PATCH 27/72] not integrated note on the fact that combos are yet to be integrated --- .github/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 5796087c..14961933 100644 --- a/.github/README.md +++ b/.github/README.md @@ -42,4 +42,5 @@ some information that doesn't really change, so shall stay ## NOTES 1. integrated by useing tags on the radio buttons. -2. few alternative ideas might be used, such as utilizing the contents of the name itself \ No newline at end of file +2. few alternative ideas might be used, such as utilizing the contents of the name itself +3. Note: combos have not been integrated \ No newline at end of file From c05aad32cce3aedb612e419bacd39558d47898ff Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:23:04 -0600 Subject: [PATCH 28/72] remove temporary notes these where to temporarilly store parts of the notes. So, they are no longer needed, and thus have been removed --- .github/Costs.txt | 30 ------------------------------ .github/Notes.txt | 1 - 2 files changed, 31 deletions(-) delete mode 100644 .github/Costs.txt delete mode 100644 .github/Notes.txt diff --git a/.github/Costs.txt b/.github/Costs.txt deleted file mode 100644 index 6f7555f1..00000000 --- a/.github/Costs.txt +++ /dev/null @@ -1,30 +0,0 @@ -## Cost of Items - Display a menu of food options using Radio Buttons and Labels -### Burgers -1. Plain burger: $4.99 -1. Cheeseburger: $5.99 -1. Veggie burger: $6.49 -1. Bacon Burger: $7.99 -### Sides -1. Fries: $0.50 -1. Tater tots: $0.75 -1. Onion rings: $0.99 -1. Chips: $0.99 -### Drinks -1. Cola: $1.29 -1. Tea: $1.19 -1. Fruit Punch: $1.09 -1. Water: $0.99 -### Combos -1. #1 Combo: $5.99 - 1. Plain Burger - 1. Fries - 1. Cola -1. #2 Combo: $6.49 - 1. Cheese Burger - 1. Tea - 1. Onion Rings -1. #3 Combo: $8.99 - 1. Bacon Burger - 1. Chips - 1. Cola \ No newline at end of file diff --git a/.github/Notes.txt b/.github/Notes.txt deleted file mode 100644 index fd48d053..00000000 --- a/.github/Notes.txt +++ /dev/null @@ -1 +0,0 @@ -integrated by useing tags on the radio buttons. few alternative ideas might be used, such as utilizing the contents of the name itself. Note: combos have not been integrated \ No newline at end of file From e7bcdbb39dacf2dd8314c360474368a09e3ea953 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:29:24 -0600 Subject: [PATCH 29/72] sandwiches & Header added price of sandwiches, fixed one heading that had an extra "#" sign --- .github/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 126f0a0d..ceadd7be 100644 --- a/.github/README.md +++ b/.github/README.md @@ -22,11 +22,16 @@ some information that doesn't really change, so shall stay 1. Tater tots: $0.75 1. Onion rings: $0.99 1. Chips: $0.99 -#### Drinks +### Drinks 1. Cola: $1.29 1. Tea: $1.19 1. Fruit Punch: $1.09 1. Water: $0.99 +### Sandwiches +1. Chicken Sandwich: $3.99 +2. Turkey Club: $5.49 +3. Italian Sub: $7.49 +4. BLT: $3.49 ## Combos ### Number 1 combo Combo: $5.99 1. Plain Burger From a97a083407813a73a3eae88b396113110534f0a1 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:31:02 -0600 Subject: [PATCH 30/72] Create All Components.txt a file that contains all components that are in the code. right now it's only the most recent part, but in the future... --- .github/All Components.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/All Components.txt diff --git a/.github/All Components.txt b/.github/All Components.txt new file mode 100644 index 00000000..831bbf9d --- /dev/null +++ b/.github/All Components.txt @@ -0,0 +1,10 @@ +Add a new category "Sandwiches" with the following menu options: +Chicken Sandwich ($3.99) +Turkey Club ($5.49) +Italian Sub ($7.49) +BLT ($3.49) +Add a new button "Apply Coupon" that applies a 20% discount to the total +Coupon can only be applied once; disable the button after it is clicked +Once coupon is applied, total should always include the discount, even if the user adds more items after +Once the user clicks "Purchase," the coupon discount is removed and the button can be clicked again +Your comments should be thorough enough that another coder can understand your code's function by only reading the comments. From d77c447852982b7b36457ddc16204aa7b9291ba0 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:00:53 -0600 Subject: [PATCH 31/72] Create Transfer Folder.txt --- transferFolder/Transfer Folder.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 transferFolder/Transfer Folder.txt diff --git a/transferFolder/Transfer Folder.txt b/transferFolder/Transfer Folder.txt new file mode 100644 index 00000000..e69de29b From d88520658f8074e7066dbd3cc5281b811b0b1081 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:23:56 -0600 Subject: [PATCH 32/72] information --- transferFolder/Transfer Folder.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transferFolder/Transfer Folder.txt b/transferFolder/Transfer Folder.txt index e69de29b..fc9333f9 100644 --- a/transferFolder/Transfer Folder.txt +++ b/transferFolder/Transfer Folder.txt @@ -0,0 +1,3 @@ +A special folder, this utilizes a combination of .gitignore's and commit ordering to create a so-called "transfer-folder" + +A "transfer-folder" is a folder that all the contents are ignored, but cloneing still retrives it \ No newline at end of file From f79d1d8a764ef1e0e2fa2b4a0b9ded07603d0576 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:30:28 -0600 Subject: [PATCH 33/72] Create plan.txt --- repositoryEdits/Merge/plan.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 repositoryEdits/Merge/plan.txt diff --git a/repositoryEdits/Merge/plan.txt b/repositoryEdits/Merge/plan.txt new file mode 100644 index 00000000..883dcbf5 --- /dev/null +++ b/repositoryEdits/Merge/plan.txt @@ -0,0 +1 @@ +the plan: update to the most recent github preset, then merge in the auto-generated one from VS \ No newline at end of file From 9e6c40485432611e4489b8d14e2f93e305d83c73 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:47:03 -0600 Subject: [PATCH 34/72] prepare to sort --- repositoryEdits/{gitignore versions => }/Explanation.txt | 0 repositoryEdits/{gitignore versions => }/Github Preset/.gitignore | 0 .../{gitignore versions => }/Visual Studio Version/.gitignore | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename repositoryEdits/{gitignore versions => }/Explanation.txt (100%) rename repositoryEdits/{gitignore versions => }/Github Preset/.gitignore (100%) rename repositoryEdits/{gitignore versions => }/Visual Studio Version/.gitignore (100%) diff --git a/repositoryEdits/gitignore versions/Explanation.txt b/repositoryEdits/Explanation.txt similarity index 100% rename from repositoryEdits/gitignore versions/Explanation.txt rename to repositoryEdits/Explanation.txt diff --git a/repositoryEdits/gitignore versions/Github Preset/.gitignore b/repositoryEdits/Github Preset/.gitignore similarity index 100% rename from repositoryEdits/gitignore versions/Github Preset/.gitignore rename to repositoryEdits/Github Preset/.gitignore diff --git a/repositoryEdits/gitignore versions/Visual Studio Version/.gitignore b/repositoryEdits/Visual Studio Version/.gitignore similarity index 100% rename from repositoryEdits/gitignore versions/Visual Studio Version/.gitignore rename to repositoryEdits/Visual Studio Version/.gitignore From 2316364cddf98fc0ca2c34c41e8713ccd5ab8203 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:48:14 -0600 Subject: [PATCH 35/72] extract visual studio this is the visual studio version, renamed for ease of access --- .../{Visual Studio Version/.gitignore => .gitignore- VS.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename repositoryEdits/{Visual Studio Version/.gitignore => .gitignore- VS.txt} (100%) diff --git a/repositoryEdits/Visual Studio Version/.gitignore b/repositoryEdits/.gitignore- VS.txt similarity index 100% rename from repositoryEdits/Visual Studio Version/.gitignore rename to repositoryEdits/.gitignore- VS.txt From 3af2f649f8158f8707e1eda23b44d21a5bbe683d Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:49:08 -0600 Subject: [PATCH 36/72] extract .github version this is the github version, renamed for ease of access --- .../{Github Preset/.gitignore => .gitignore- Github.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename repositoryEdits/{Github Preset/.gitignore => .gitignore- Github.txt} (100%) diff --git a/repositoryEdits/Github Preset/.gitignore b/repositoryEdits/.gitignore- Github.txt similarity index 100% rename from repositoryEdits/Github Preset/.gitignore rename to repositoryEdits/.gitignore- Github.txt From f186f38a5a01d3e94585eb94132ac1ec038cddc9 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:49:56 -0600 Subject: [PATCH 37/72] remove unescessary files --- repositoryEdits/Merge/plan.txt | 1 - repositoryEdits/Useage.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 repositoryEdits/Merge/plan.txt delete mode 100644 repositoryEdits/Useage.txt diff --git a/repositoryEdits/Merge/plan.txt b/repositoryEdits/Merge/plan.txt deleted file mode 100644 index 883dcbf5..00000000 --- a/repositoryEdits/Merge/plan.txt +++ /dev/null @@ -1 +0,0 @@ -the plan: update to the most recent github preset, then merge in the auto-generated one from VS \ No newline at end of file diff --git a/repositoryEdits/Useage.txt b/repositoryEdits/Useage.txt deleted file mode 100644 index 14f7ecfa..00000000 --- a/repositoryEdits/Useage.txt +++ /dev/null @@ -1 +0,0 @@ -A place to put things that are in-progress, and for edits to repositories \ No newline at end of file From daf6c47bd7b3bd20337058a982d5b9197a290846 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:55:04 -0600 Subject: [PATCH 38/72] replace explanation replace the explanation with a quick little note --- repositoryEdits/Explanation.txt | 2 -- repositoryEdits/quick note.txt | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 repositoryEdits/Explanation.txt create mode 100644 repositoryEdits/quick note.txt diff --git a/repositoryEdits/Explanation.txt b/repositoryEdits/Explanation.txt deleted file mode 100644 index a3f4ac75..00000000 --- a/repositoryEdits/Explanation.txt +++ /dev/null @@ -1,2 +0,0 @@ -The first one (Github Preset) blocks a lot of files, some that I want. But, it contains details I should look at -The second one isn't detailed enough. It's in use, but should be improved \ No newline at end of file diff --git a/repositoryEdits/quick note.txt b/repositoryEdits/quick note.txt new file mode 100644 index 00000000..1117c001 --- /dev/null +++ b/repositoryEdits/quick note.txt @@ -0,0 +1 @@ +the github preset blocks a lot, so might want to sort through carefully. the second one contains too little. \ No newline at end of file From c7fdf425331b7e51b4ea4f91ac41a9fab1de722b Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:55:52 -0600 Subject: [PATCH 39/72] note name rename note so that the name is the same as the contents --- ...to sort through carefully. the second one contains too little} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename repositoryEdits/{quick note.txt => the github preset blocks a lot, so might want to sort through carefully. the second one contains too little} (100%) diff --git a/repositoryEdits/quick note.txt b/repositoryEdits/the github preset blocks a lot, so might want to sort through carefully. the second one contains too little similarity index 100% rename from repositoryEdits/quick note.txt rename to repositoryEdits/the github preset blocks a lot, so might want to sort through carefully. the second one contains too little From f70b8238fed974c3a26dec9c482ee02d8c123bb6 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:00:03 -0600 Subject: [PATCH 40/72] Revert "note name" This reverts commit c7fdf425331b7e51b4ea4f91ac41a9fab1de722b. --- ...refully. the second one contains too little => quick note.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename repositoryEdits/{the github preset blocks a lot, so might want to sort through carefully. the second one contains too little => quick note.txt} (100%) diff --git a/repositoryEdits/the github preset blocks a lot, so might want to sort through carefully. the second one contains too little b/repositoryEdits/quick note.txt similarity index 100% rename from repositoryEdits/the github preset blocks a lot, so might want to sort through carefully. the second one contains too little rename to repositoryEdits/quick note.txt From 13213383c2491b064f361e00ec1582e890559e1a Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:06:57 -0600 Subject: [PATCH 41/72] move .gitignore moved the current .gitignore into the folder being used for edits --- .gitignore => repositoryEdits/.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .gitignore => repositoryEdits/.gitignore (100%) diff --git a/.gitignore b/repositoryEdits/.gitignore similarity index 100% rename from .gitignore rename to repositoryEdits/.gitignore From 733b5e1ea4afb3c0672a179c319e99a45a709691 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:10:54 -0600 Subject: [PATCH 42/72] replace .vs the current .gitignore was probally the auto-generated visual-studio one. to determine the acuracy of that theory, the previous .vs one was deleted, and the .github one renamed. If there where any diff's, then they wouldn't be the same. --- repositoryEdits/.gitignore | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 repositoryEdits/.gitignore diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore deleted file mode 100644 index 06b6fe8b..00000000 --- a/repositoryEdits/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ - -*.vsidx From 48d4d0bb5d271e0725f9be2e20d216b88545f405 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:10:59 -0600 Subject: [PATCH 43/72] Retrieve current the answer was "they are the same" either way, reverted, just to be safe --- repositoryEdits/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 repositoryEdits/.gitignore diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore new file mode 100644 index 00000000..06b6fe8b --- /dev/null +++ b/repositoryEdits/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +*.vsidx From 639892f19a19c68cb7bcd45edfa119eaf7b7270f Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:18:47 -0600 Subject: [PATCH 44/72] Update .gitignore update to VisualStudio preset Signed-off-by: Um... Figure it out! <33612115+CTH999@users.noreply.github.com> --- repositoryEdits/.gitignore | 403 ++++++++++++++++++++++++++++++++++++- 1 file changed, 399 insertions(+), 4 deletions(-) diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore index 06b6fe8b..a4fe18bd 100644 --- a/repositoryEdits/.gitignore +++ b/repositoryEdits/.gitignore @@ -1,5 +1,400 @@ -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore -*.vsidx +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml From 5db3228d6007f97bf38cb235e2103e2018591923 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:20:05 -0600 Subject: [PATCH 45/72] Update .gitignore add in the part that's auto-generated by VS Signed-off-by: Um... Figure it out! <33612115+CTH999@users.noreply.github.com> --- repositoryEdits/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore index a4fe18bd..78a700e8 100644 --- a/repositoryEdits/.gitignore +++ b/repositoryEdits/.gitignore @@ -1,3 +1,12 @@ +//auto-generated by VS +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +*.vsidx + +//template + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## From eda40c7d0034da995ec34d3ec256c8c3a8f4a437 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:22:48 -0600 Subject: [PATCH 46/72] compare .gitignores renamed the old .gitignore so it overwrites the newest .gitignore. They, interestingly, do have differences. Neat, eh? --- repositoryEdits/.gitignore | 43 +-- repositoryEdits/.gitignore- Github.txt | 363 ------------------------- 2 files changed, 3 insertions(+), 403 deletions(-) delete mode 100644 repositoryEdits/.gitignore- Github.txt diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore index a4fe18bd..9491a2fd 100644 --- a/repositoryEdits/.gitignore +++ b/repositoryEdits/.gitignore @@ -1,7 +1,7 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## -## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files *.rsuser @@ -29,6 +29,7 @@ x86/ bld/ [Bb]in/ [Oo]bj/ +[Oo]ut/ [Ll]og/ [Ll]ogs/ @@ -82,8 +83,6 @@ StyleCopReport.xml *.pgc *.pgd *.rsp -# but not Directory.Build.rsp, as it configures directory-level build defaults -!Directory.Build.rsp *.sbr *.tlb *.tli @@ -92,7 +91,6 @@ StyleCopReport.xml *.tmp_proj *_wpftmp.csproj *.log -*.tlog *.vspscc *.vssscc .builds @@ -296,17 +294,6 @@ node_modules/ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - -# Visual Studio 6 workspace and project file (working project files containing files to include in project) -*.dsw -*.dsp - -# Visual Studio 6 technical files -*.ncb -*.aps - # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts @@ -363,9 +350,6 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ -# Visual Studio History (VSHistory) files -.vshistory/ - # BeatPulse healthcheck temp database healthchecksdb @@ -376,25 +360,4 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd - -# VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -# Local History for Visual Studio Code -.history/ - -# Windows Installer files from build outputs -*.cab -*.msi -*.msix -*.msm -*.msp - -# JetBrains Rider -*.sln.iml +FodyWeavers.xsd \ No newline at end of file diff --git a/repositoryEdits/.gitignore- Github.txt b/repositoryEdits/.gitignore- Github.txt deleted file mode 100644 index 9491a2fd..00000000 --- a/repositoryEdits/.gitignore- Github.txt +++ /dev/null @@ -1,363 +0,0 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Oo]ut/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file From fb18fc8ac7b1f368682d234460b13dbe3dd0ee00 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:24:00 -0600 Subject: [PATCH 47/72] Remove inate .vsidx to check if the system has .vsidx inherently in it, a simple test is being done; undo the manual addition, search if that part exists, if it doesn't, redo manual addition --- repositoryEdits/.gitignore | 9 --------- 1 file changed, 9 deletions(-) diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore index 78a700e8..a4fe18bd 100644 --- a/repositoryEdits/.gitignore +++ b/repositoryEdits/.gitignore @@ -1,12 +1,3 @@ -//auto-generated by VS -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ - -*.vsidx - -//template - ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## From e987d8b61946e17469746768c56df2ee37d7c7bd Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:31:40 -0600 Subject: [PATCH 48/72] online a copy and paste of the online one --- repositoryEdits/.gitignore.txt | 400 +++++++++++++++++++++++++++++++++ 1 file changed, 400 insertions(+) create mode 100644 repositoryEdits/.gitignore.txt diff --git a/repositoryEdits/.gitignore.txt b/repositoryEdits/.gitignore.txt new file mode 100644 index 00000000..60b2ea06 --- /dev/null +++ b/repositoryEdits/.gitignore.txt @@ -0,0 +1,400 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml \ No newline at end of file From f93a437116321a40cd67a06541741518f7c1a774 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:32:49 -0600 Subject: [PATCH 49/72] replace rename the .gitignore. there is a difference, but what it is, I don't know. it appears negligible --- repositoryEdits/.gitignore | 2 +- repositoryEdits/.gitignore.txt | 400 --------------------------------- 2 files changed, 1 insertion(+), 401 deletions(-) delete mode 100644 repositoryEdits/.gitignore.txt diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore index a4fe18bd..60b2ea06 100644 --- a/repositoryEdits/.gitignore +++ b/repositoryEdits/.gitignore @@ -397,4 +397,4 @@ FodyWeavers.xsd *.msp # JetBrains Rider -*.sln.iml +*.sln.iml \ No newline at end of file diff --git a/repositoryEdits/.gitignore.txt b/repositoryEdits/.gitignore.txt deleted file mode 100644 index 60b2ea06..00000000 --- a/repositoryEdits/.gitignore.txt +++ /dev/null @@ -1,400 +0,0 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -# but not Directory.Build.rsp, as it configures directory-level build defaults -!Directory.Build.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.tlog -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - -# Visual Studio 6 workspace and project file (working project files containing files to include in project) -*.dsw -*.dsp - -# Visual Studio 6 technical files -*.ncb -*.aps - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# Visual Studio History (VSHistory) files -.vshistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd - -# VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -# Local History for Visual Studio Code -.history/ - -# Windows Installer files from build outputs -*.cab -*.msi -*.msix -*.msm -*.msp - -# JetBrains Rider -*.sln.iml \ No newline at end of file From 9f2f5b59598c3fbb9e8e828fa6bee82ad83a64a9 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:37:51 -0600 Subject: [PATCH 50/72] Most Recent Reset the .gitignore to the most recent one from github --- repositoryEdits/.gitignore | 43 +++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore index a250fee2..78a700e8 100644 --- a/repositoryEdits/.gitignore +++ b/repositoryEdits/.gitignore @@ -10,7 +10,7 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## -## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore # User-specific files *.rsuser @@ -38,7 +38,6 @@ x86/ bld/ [Bb]in/ [Oo]bj/ -[Oo]ut/ [Ll]og/ [Ll]ogs/ @@ -92,6 +91,8 @@ StyleCopReport.xml *.pgc *.pgd *.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp *.sbr *.tlb *.tli @@ -100,6 +101,7 @@ StyleCopReport.xml *.tmp_proj *_wpftmp.csproj *.log +*.tlog *.vspscc *.vssscc .builds @@ -303,6 +305,17 @@ node_modules/ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts @@ -359,6 +372,9 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ +# Visual Studio History (VSHistory) files +.vshistory/ + # BeatPulse healthcheck temp database healthchecksdb @@ -369,4 +385,25 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml From 2788806381fec2a17c3c650679345e8e0fb0ad8e Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:41:09 -0600 Subject: [PATCH 51/72] Revert "Merge pull request #132 from CTH-npitx-programs/check-with-link" This reverts commit cacdc4c5802cd27abe8e4fa4f19364e9997e9e30, reversing changes made to 9f2f5b59598c3fbb9e8e828fa6bee82ad83a64a9. --- repositoryEdits/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore index 31991eb7..78a700e8 100644 --- a/repositoryEdits/.gitignore +++ b/repositoryEdits/.gitignore @@ -406,4 +406,4 @@ FodyWeavers.xsd *.msp # JetBrains Rider -*.sln.iml \ No newline at end of file +*.sln.iml From 2f15d13cf690a869c274cc28377d2df3f34a5faf Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:46:16 -0600 Subject: [PATCH 52/72] Create not there.txt --- repositoryEdits/not there.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 repositoryEdits/not there.txt diff --git a/repositoryEdits/not there.txt b/repositoryEdits/not there.txt new file mode 100644 index 00000000..e2141b9d --- /dev/null +++ b/repositoryEdits/not there.txt @@ -0,0 +1 @@ +it's not there \ No newline at end of file From ea70d7134a15b0d157a2e809a826e2edc19a267e Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:47:19 -0600 Subject: [PATCH 53/72] Revert "Merge pull request #133 from CTH-npitx-programs/check-for-.vsidx" This reverts commit ea08836a9fa1f85b9cabc6e36ec3fa330a8e56c7, reversing changes made to 2788806381fec2a17c3c650679345e8e0fb0ad8e. --- repositoryEdits/.gitignore | 9 +++++++++ repositoryEdits/not there.txt | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 repositoryEdits/not there.txt diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore index a4fe18bd..78a700e8 100644 --- a/repositoryEdits/.gitignore +++ b/repositoryEdits/.gitignore @@ -1,3 +1,12 @@ +//auto-generated by VS +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +*.vsidx + +//template + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## diff --git a/repositoryEdits/not there.txt b/repositoryEdits/not there.txt deleted file mode 100644 index e2141b9d..00000000 --- a/repositoryEdits/not there.txt +++ /dev/null @@ -1 +0,0 @@ -it's not there \ No newline at end of file From 9a6600ab9072393cefc9115ee99d64408e978ede Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:47:19 -0600 Subject: [PATCH 54/72] check if .vsidx must be added Re-adds the .vsidx part of the .gitignore --- repositoryEdits/.gitignore | 9 +++++++++ repositoryEdits/.gitignore- VS.txt | 5 ----- repositoryEdits/not there.txt | 1 - 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 repositoryEdits/.gitignore- VS.txt delete mode 100644 repositoryEdits/not there.txt diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore index a4fe18bd..78a700e8 100644 --- a/repositoryEdits/.gitignore +++ b/repositoryEdits/.gitignore @@ -1,3 +1,12 @@ +//auto-generated by VS +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +*.vsidx + +//template + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## diff --git a/repositoryEdits/.gitignore- VS.txt b/repositoryEdits/.gitignore- VS.txt deleted file mode 100644 index 06b6fe8b..00000000 --- a/repositoryEdits/.gitignore- VS.txt +++ /dev/null @@ -1,5 +0,0 @@ -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ - -*.vsidx diff --git a/repositoryEdits/not there.txt b/repositoryEdits/not there.txt deleted file mode 100644 index e2141b9d..00000000 --- a/repositoryEdits/not there.txt +++ /dev/null @@ -1 +0,0 @@ -it's not there \ No newline at end of file From 189dfd35d133e27786d3337cf692e1f9b626b767 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:54:10 -0600 Subject: [PATCH 55/72] Create .gitignore --- .gitignore | 408 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 408 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..81747c01 --- /dev/null +++ b/.gitignore @@ -0,0 +1,408 @@ +//auto-generated by VS +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ +*.vsidx + +//template + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml From e20c02f180dce5c92a40f06bb25a374342aadffb Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:57:03 -0600 Subject: [PATCH 56/72] uneeded remove uneeded folder --- repositoryEdits/Useage.txt | 1 - .../gitignore versions/Explanation.txt | 2 - .../Github Preset/.gitignore | 363 ------------------ .../Visual Studio Version/.gitignore | 5 - 4 files changed, 371 deletions(-) delete mode 100644 repositoryEdits/Useage.txt delete mode 100644 repositoryEdits/gitignore versions/Explanation.txt delete mode 100644 repositoryEdits/gitignore versions/Github Preset/.gitignore delete mode 100644 repositoryEdits/gitignore versions/Visual Studio Version/.gitignore diff --git a/repositoryEdits/Useage.txt b/repositoryEdits/Useage.txt deleted file mode 100644 index 14f7ecfa..00000000 --- a/repositoryEdits/Useage.txt +++ /dev/null @@ -1 +0,0 @@ -A place to put things that are in-progress, and for edits to repositories \ No newline at end of file diff --git a/repositoryEdits/gitignore versions/Explanation.txt b/repositoryEdits/gitignore versions/Explanation.txt deleted file mode 100644 index a3f4ac75..00000000 --- a/repositoryEdits/gitignore versions/Explanation.txt +++ /dev/null @@ -1,2 +0,0 @@ -The first one (Github Preset) blocks a lot of files, some that I want. But, it contains details I should look at -The second one isn't detailed enough. It's in use, but should be improved \ No newline at end of file diff --git a/repositoryEdits/gitignore versions/Github Preset/.gitignore b/repositoryEdits/gitignore versions/Github Preset/.gitignore deleted file mode 100644 index 9491a2fd..00000000 --- a/repositoryEdits/gitignore versions/Github Preset/.gitignore +++ /dev/null @@ -1,363 +0,0 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Oo]ut/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file diff --git a/repositoryEdits/gitignore versions/Visual Studio Version/.gitignore b/repositoryEdits/gitignore versions/Visual Studio Version/.gitignore deleted file mode 100644 index 06b6fe8b..00000000 --- a/repositoryEdits/gitignore versions/Visual Studio Version/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ - -*.vsidx From 02b21e0a411e9a954e7ff2ea4e91c95080426f0b Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:24:50 -0600 Subject: [PATCH 57/72] Revert "uneeded" This reverts commit e20c02f180dce5c92a40f06bb25a374342aadffb. --- repositoryEdits/Useage.txt | 1 + .../gitignore versions/Explanation.txt | 2 + .../Github Preset/.gitignore | 363 ++++++++++++++++++ .../Visual Studio Version/.gitignore | 5 + 4 files changed, 371 insertions(+) create mode 100644 repositoryEdits/Useage.txt create mode 100644 repositoryEdits/gitignore versions/Explanation.txt create mode 100644 repositoryEdits/gitignore versions/Github Preset/.gitignore create mode 100644 repositoryEdits/gitignore versions/Visual Studio Version/.gitignore diff --git a/repositoryEdits/Useage.txt b/repositoryEdits/Useage.txt new file mode 100644 index 00000000..14f7ecfa --- /dev/null +++ b/repositoryEdits/Useage.txt @@ -0,0 +1 @@ +A place to put things that are in-progress, and for edits to repositories \ No newline at end of file diff --git a/repositoryEdits/gitignore versions/Explanation.txt b/repositoryEdits/gitignore versions/Explanation.txt new file mode 100644 index 00000000..a3f4ac75 --- /dev/null +++ b/repositoryEdits/gitignore versions/Explanation.txt @@ -0,0 +1,2 @@ +The first one (Github Preset) blocks a lot of files, some that I want. But, it contains details I should look at +The second one isn't detailed enough. It's in use, but should be improved \ No newline at end of file diff --git a/repositoryEdits/gitignore versions/Github Preset/.gitignore b/repositoryEdits/gitignore versions/Github Preset/.gitignore new file mode 100644 index 00000000..9491a2fd --- /dev/null +++ b/repositoryEdits/gitignore versions/Github Preset/.gitignore @@ -0,0 +1,363 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd \ No newline at end of file diff --git a/repositoryEdits/gitignore versions/Visual Studio Version/.gitignore b/repositoryEdits/gitignore versions/Visual Studio Version/.gitignore new file mode 100644 index 00000000..06b6fe8b --- /dev/null +++ b/repositoryEdits/gitignore versions/Visual Studio Version/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +*.vsidx From 856a4ca59948f11ca22df192c50580e865d57ed6 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:31:09 -0600 Subject: [PATCH 58/72] edit text --- transferFolder/Transfer Folder.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/transferFolder/Transfer Folder.txt b/transferFolder/Transfer Folder.txt index e69de29b..17832d54 100644 --- a/transferFolder/Transfer Folder.txt +++ b/transferFolder/Transfer Folder.txt @@ -0,0 +1 @@ +this is the folder containing the stuff for the transfer folder \ No newline at end of file From 48dc7b3a7bb851c0ca33b57fa0547968e6021797 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:32:21 -0600 Subject: [PATCH 59/72] Create placeholder file.txt a file to just makesure nothing happens --- transferFolder/placeholder file.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 transferFolder/placeholder file.txt diff --git a/transferFolder/placeholder file.txt b/transferFolder/placeholder file.txt new file mode 100644 index 00000000..e69de29b From 99a301104fc465dbc95a94767970af89d5732f8d Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:34:42 -0600 Subject: [PATCH 60/72] Update Transfer Folder.txt --- transferFolder/Transfer Folder.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/transferFolder/Transfer Folder.txt b/transferFolder/Transfer Folder.txt index 17832d54..fc9333f9 100644 --- a/transferFolder/Transfer Folder.txt +++ b/transferFolder/Transfer Folder.txt @@ -1 +1,3 @@ -this is the folder containing the stuff for the transfer folder \ No newline at end of file +A special folder, this utilizes a combination of .gitignore's and commit ordering to create a so-called "transfer-folder" + +A "transfer-folder" is a folder that all the contents are ignored, but cloneing still retrives it \ No newline at end of file From 2a6d93600800a7e94e53cd2c5e0e3e85875d4f1f Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:35:09 -0600 Subject: [PATCH 61/72] Delete placeholder file.txt --- transferFolder/placeholder file.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 transferFolder/placeholder file.txt diff --git a/transferFolder/placeholder file.txt b/transferFolder/placeholder file.txt deleted file mode 100644 index e69de29b..00000000 From e7d12a155e22cb79fb0500ecc9315a2ff1160b9b Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:39:14 -0600 Subject: [PATCH 62/72] improve text --- transferFolder/Transfer Folder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transferFolder/Transfer Folder.txt b/transferFolder/Transfer Folder.txt index fc9333f9..61fbb0b9 100644 --- a/transferFolder/Transfer Folder.txt +++ b/transferFolder/Transfer Folder.txt @@ -1,3 +1,3 @@ A special folder, this utilizes a combination of .gitignore's and commit ordering to create a so-called "transfer-folder" -A "transfer-folder" is a folder that all the contents are ignored, but cloneing still retrives it \ No newline at end of file +A "transfer-folder" is a folder that, by haveing a file in it, will be brought to a desktop when cloneing. But, by useing a .gitignore of the folder path, you can put things in it. Those things won't be effected, not forming a "change", so switching branches keeps it. \ No newline at end of file From 9a70893587c5608b1b7f70bdb885ea5cd64b1a58 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:42:46 -0600 Subject: [PATCH 63/72] ignore contents of transfer folder set up system to ignore transfer folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 81747c01..116da686 100644 --- a/.gitignore +++ b/.gitignore @@ -406,3 +406,4 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +/transferFolder From cb86d376e9c1bee1499bf222d5c49887f8d13397 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:44:07 -0600 Subject: [PATCH 64/72] directly ignre directly ignore transfer folder text document --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 81747c01..e0fadc76 100644 --- a/.gitignore +++ b/.gitignore @@ -406,3 +406,4 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +transferFolder/Transfer Folder.txt From 58f50c854dfcf45e6bc18be0c4a8d9cd496aaa06 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:52:28 -0600 Subject: [PATCH 65/72] Update .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 15e3525d..eb214454 100644 --- a/.gitignore +++ b/.gitignore @@ -407,7 +407,11 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +#transfer folder + +#don't transfer the contents of the folder /transferFolder +#added the .txt file that is used inside the transfer folder into the .gitignore. not sure why... transferFolder/Transfer Folder.txt From 2e5f8b334abcc29bdff763dd62edda5ed8be883d Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:58:40 -0600 Subject: [PATCH 66/72] Update .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 81747c01..eb214454 100644 --- a/.gitignore +++ b/.gitignore @@ -406,3 +406,12 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml + +#transfer folder + +#don't transfer the contents of the folder +/transferFolder + +#added the .txt file that is used inside the transfer folder into the .gitignore. not sure why... +transferFolder/Transfer Folder.txt + From 30b76db7800bb122f457073d7f02bd7ba680ca86 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:01:45 -0600 Subject: [PATCH 67/72] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eb214454..dd53add2 100644 --- a/.gitignore +++ b/.gitignore @@ -407,7 +407,7 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml -#transfer folder +# transfer folder #don't transfer the contents of the folder /transferFolder From db859d6bb7c5250db7af87df3a0e175672765b4d Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:02:10 -0600 Subject: [PATCH 68/72] remove repository edits --- repositoryEdits/.gitignore | 409 ------------------ repositoryEdits/Useage.txt | 1 - .../gitignore versions/Explanation.txt | 2 - .../Github Preset/.gitignore | 363 ---------------- .../Visual Studio Version/.gitignore | 5 - repositoryEdits/quick note.txt | 1 - 6 files changed, 781 deletions(-) delete mode 100644 repositoryEdits/.gitignore delete mode 100644 repositoryEdits/Useage.txt delete mode 100644 repositoryEdits/gitignore versions/Explanation.txt delete mode 100644 repositoryEdits/gitignore versions/Github Preset/.gitignore delete mode 100644 repositoryEdits/gitignore versions/Visual Studio Version/.gitignore delete mode 100644 repositoryEdits/quick note.txt diff --git a/repositoryEdits/.gitignore b/repositoryEdits/.gitignore deleted file mode 100644 index 78a700e8..00000000 --- a/repositoryEdits/.gitignore +++ /dev/null @@ -1,409 +0,0 @@ -//auto-generated by VS -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ - -*.vsidx - -//template - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -# but not Directory.Build.rsp, as it configures directory-level build defaults -!Directory.Build.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.tlog -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - -# Visual Studio 6 workspace and project file (working project files containing files to include in project) -*.dsw -*.dsp - -# Visual Studio 6 technical files -*.ncb -*.aps - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# Visual Studio History (VSHistory) files -.vshistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd - -# VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -# Local History for Visual Studio Code -.history/ - -# Windows Installer files from build outputs -*.cab -*.msi -*.msix -*.msm -*.msp - -# JetBrains Rider -*.sln.iml diff --git a/repositoryEdits/Useage.txt b/repositoryEdits/Useage.txt deleted file mode 100644 index 14f7ecfa..00000000 --- a/repositoryEdits/Useage.txt +++ /dev/null @@ -1 +0,0 @@ -A place to put things that are in-progress, and for edits to repositories \ No newline at end of file diff --git a/repositoryEdits/gitignore versions/Explanation.txt b/repositoryEdits/gitignore versions/Explanation.txt deleted file mode 100644 index a3f4ac75..00000000 --- a/repositoryEdits/gitignore versions/Explanation.txt +++ /dev/null @@ -1,2 +0,0 @@ -The first one (Github Preset) blocks a lot of files, some that I want. But, it contains details I should look at -The second one isn't detailed enough. It's in use, but should be improved \ No newline at end of file diff --git a/repositoryEdits/gitignore versions/Github Preset/.gitignore b/repositoryEdits/gitignore versions/Github Preset/.gitignore deleted file mode 100644 index 9491a2fd..00000000 --- a/repositoryEdits/gitignore versions/Github Preset/.gitignore +++ /dev/null @@ -1,363 +0,0 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Oo]ut/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# NuGet Symbol Packages -*.snupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file diff --git a/repositoryEdits/gitignore versions/Visual Studio Version/.gitignore b/repositoryEdits/gitignore versions/Visual Studio Version/.gitignore deleted file mode 100644 index 06b6fe8b..00000000 --- a/repositoryEdits/gitignore versions/Visual Studio Version/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ - -*.vsidx diff --git a/repositoryEdits/quick note.txt b/repositoryEdits/quick note.txt deleted file mode 100644 index 1117c001..00000000 --- a/repositoryEdits/quick note.txt +++ /dev/null @@ -1 +0,0 @@ -the github preset blocks a lot, so might want to sort through carefully. the second one contains too little. \ No newline at end of file From 68f626d5070543314697dd248c3d67ddf038e39d Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:02:59 -0600 Subject: [PATCH 69/72] Revert "Update .gitignore" This reverts commit 30b76db7800bb122f457073d7f02bd7ba680ca86. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd53add2..eb214454 100644 --- a/.gitignore +++ b/.gitignore @@ -407,7 +407,7 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml -# transfer folder +#transfer folder #don't transfer the contents of the folder /transferFolder From 0bbc88cb6ef6b65981b3e0dbc732d2f8c35d8088 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:09:53 -0600 Subject: [PATCH 70/72] Update README.md --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 2836f551..c84788ae 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,5 +1,5 @@ # Burger Barn -A simple, highly gernalized program for "purchaseing" burgers +A simple, highly gernalized program for "purchaseing" burgers does not need a readme and yet, here we are... so why? Hmm, what if we make a ***List of all the Reqrirments!*** From 75dc3e739720f2873bcc045dbf00fa881e251285 Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:10:10 -0600 Subject: [PATCH 71/72] Create New Text Document.txt Delete New Text Document.txt From d10654cfe0416d12fdc64a721b2c5f23e6fcb3ce Mon Sep 17 00:00:00 2001 From: "Um... Figure it out!" <33612115+CTH999@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:10:26 -0600 Subject: [PATCH 72/72] Revert "Update README.md" This reverts commit 0bbc88cb6ef6b65981b3e0dbc732d2f8c35d8088. --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index c84788ae..2836f551 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,5 +1,5 @@ # Burger Barn -A simple, highly gernalized program for "purchaseing" burgers +A simple, highly gernalized program for "purchaseing" burgers does not need a readme and yet, here we are... so why? Hmm, what if we make a ***List of all the Reqrirments!***