funguscolander / dotfiles

My Unix dotfiles
1 stars 0 forks source link

Change `.gitignore` to only ignore certain files instead of ignore everything #30

Open funguscolander opened 3 years ago

funguscolander commented 3 years ago

The .gitignore was made this way in case the dotfiles were pulled directly into the home folder to prevent extra files from being added, but in practice I just never do that and having to add a new entry for each new file is an unnecesary complication.

This is related to #3.