Hacker News new | ask | show | jobs
by durdn 3775 days ago
Not at all. You can 'git add' (or in the case of the technique above 'config add') only the files and folders that are safely stored in a repository. Because of the 'ShowUntrackedFiles' flag, git/config won't always show folders you don't want to track, which would be annoying.
1 comments

Perfect then,