I have .lnk files in my git repo. And other users are able to use them after cloning the repo successfully.
However, once you have used it (clicked on it for example), it automatically becomes modified in git. Is there a way to avoid this?
In general, what is your best practice for tracking .lnk files in git? Or is there a better alternative?