Hacker News new | ask | show | jobs
by throwaway8941 2309 days ago
Put them into your global .gitignore

    echo -e >>~/.config/git/config '[core]\n    excludesFile = ~/.config/git/gitignore'
    echo >>~/.config/git/gitignore '.env'