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
git
You have two ways of ignoring files:
.gitignore
.git/info/exclude
global-ignores