Merged
Conversation
Update Initial Some
this is the visual studio version, renamed for ease of access
this is the github version, renamed for ease of access
replace the explanation with a quick little note
This reverts commit c7fdf42.
moved the current .gitignore into the folder being used for edits
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.
the answer was "they are the same" either way, reverted, just to be safe
update to VisualStudio preset Signed-off-by: Um... Figure it out! <33612115+CTH999@users.noreply.github.com>
add in the part that's auto-generated by VS Signed-off-by: Um... Figure it out! <33612115+CTH999@users.noreply.github.com>
renamed the old .gitignore so it overwrites the newest .gitignore. They, interestingly, do have differences. Neat, eh?
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
compare .gitignores
Reset the .gitignore to the most recent one from github
Check for differences with the link, which, oddly, there are...
Search if there. Not found, oddly...
Re-adds the .vsidx part of the .gitignore
…BurgerBarn into comparisions * 'comparisions' of https://github.com/CTH-npitx-programs/BurgerBarn: Revert "Merge pull request #133 from CTH-npitx-programs/check-for-.vsidx"
Combined .gitignores
Updated .gitignore to be much, much better
Update the initial branch with an improved .gitignore due to the inherent difficulty in makeing a good .gitignore file, to do it with a good amount of acuracy required a good amount of commits, makeing the initial branch longer than I want. Luckilly, the length is just mostly history, not inherently code in and of itself
This reverts commit e20c02f.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update Current Readme's to have the new features that have been added into initial