I am a new user to git and I am starting a new project. I have a bunch of dot files that I would like to ignore. Is there an ignore command for git
A very useful git ignore command comes with the awesome tj/git-extras.
Here are a few usage examples:
git ignore
git ignore "*.log"
git ignore-io -a rails
git-extras provides many more useful commands. Definitely worth trying out.