Remove generated help files and ignoring them for the future#39
Open
White3ger wants to merge 2 commits intoDark-Basic-Software-Limited:mainfrom
Open
Remove generated help files and ignoring them for the future#39White3ger wants to merge 2 commits intoDark-Basic-Software-Limited:mainfrom
White3ger wants to merge 2 commits intoDark-Basic-Software-Limited:mainfrom
Conversation
Untrack all reference files as those will be generated by Reference.exe (and it's awful if you have a lot of changes which are somewhere between all those help files). Also adjust AGKBuild.cpp to create Reference folder, if not exist.
Untrack all guide and principle help files which have a txt and will be generated.
|
I wouldn't remove this documentation from AGKRepo. I haven't noticed this issue on my side and I don’t see any benefit in removing it. Documentation is always helpful regardless of the space it takes, so people can simply ignore it or provide an alternative. |
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.
In this repo are a lot of help files which will be generated anyway.
Those causes poor visibility if you change something related to the help files, as you have to find the files you have changed between alle the generated ones.
Therefore I think it could be helpful to remove those files from the repo and ignore them.