gitattributes.com
gitattributes.com copied to clipboard
Rewrite + merge
Since 2018, I'd been maintaining a seperate site that does the same thing except it pulls the files live using the GitHub api: https://github.com/Richienb/gitattributes-generator I plan to deprecate it in favour of this repo.
Before that though, I wanna rewrite this repo into something like Astro and also upgrade the visual aesthetics.
Hi Richie, how would the /api/f/{filename} work for downloading files?
Hi Richie, how would the
/api/f/{filename}work for downloading files?
I suppose we can make the GitHub API requests server-side? - or maybe updating the local copy at every clone is actually better?