TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
4.91k stars 176 forks source link

Alt files shoudn't be tracked #465

Open Thaodan opened 9 months ago

Thaodan commented 9 months ago

Is your feature request related to a problem? Please describe.

Yadm allows the use of alt files but it also allows users to antecedently checked in files that have alt files.

Alt files shouldn't be tracked as the non-alt version of the file would be overridden each time yadm links the appropriate alt file to the non-alt file.

Describe the solution you'd like

Ask user before they want to add files that are tracked by alt files

Describe alternatives you've considered

An alternative would to gitignore files that have alt files.