freq
freq copied to clipboard
small repo changes
See #19
what exactly are these changes for?
text=auto tells git clients to checkout files with their specific line endings and checking as LF part Unix/git standards. I work with people who develop in Linux, Mac, and Windows and this ensures the team also uses the same code check-in style.
I create origin.md in all repos we use to ensure everyone has access to (at a minimum) the originating source code. For instance we fork code locally into our vcs systems and it doesn't support tracking GitHub. We create our own remotes to track the authoritative source.
This are mostly convenience changes. Feel free to reject if not needed
I can't merge and that's up to @MarkBaggett to decide, but I don't see the value added to the project itself. You might consider forking the project and adding these files/changes to your fork and use yours as the source.
I understand. I've already done that