Closed kf6kjg closed 3 years ago
@theproadam Any thoughts on this PR?
It look good and Il merge, but can you delete your renderXF folder that contains bin
and obj
since its an accidental duplicate.
All files in any bin or obj folder are deleted from the repository: they get autogenerated by the compiler.
Here I added a
.gitignore
file utilizing includes from the gitignore repository, then stripped all the files that were thus ignored.This cleans up the source so that the only files that exist in each commit from here forward are the changed source code.
If you want releases to contain precompiled versions of renderXF then if you wish I can help you create a GitHub workflow that'll create draft GitHub Releases with the precompiled files in a zip file.