HunterThueson / dots

Dotfiles for my NixOS configuration
GNU Lesser General Public License v2.1
0 stars 0 forks source link

updating `flake.lock` erroneously counts towards GitHub contributions #80

Open HunterThueson opened 1 year ago

HunterThueson commented 1 year ago

While it may be useful for padding my stats, it feels a bit disingenuous to allow Github to count flake.lock updates toward my Github contributions. Am I technically updating a file in my Github repository? Sure, but if a potential employer were ever to take a closer look at my "contributions," I worry that it would look bad if a good portion of them were simply the equivalent of updating my computer. Windows users don't get "contributions" when they update, so why should I?

Figure out a way to exclude flake.lock updates from counting towards gh stats while preserving the ability to back up the file itself to the repo. For example, adding flake.lock to .gitignore is not a valid solution since flake.lock would no longer be properly updated in the Github repo.