Remove generated help files and ignoring them for the future#39
Remove generated help files and ignoring them for the future#39White3ger wants to merge 2 commits into
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. |
It's not about space. If you build the repo, those files will be generated anyway. However, if you change something related to help files, git shows you >1000 changes at once. At least imo it was partly inconvenience. At the end DBS ignores pull-requests, so I guess it doesn't matter ;) |
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.