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 like there is for svn?
|
|
There is no special Note that only file names starting with Run |
|||
|
|
You have two ways of ignoring files:
|
||||
|
|
|
Create a file named .gitignore on the root of your reposiroty. In this file you put the relative path to each file you wish to ignore in a single line. You can use the |
||
|
|
|
|
It's useful to define a complete .gitignore file for your project. The reward is safe use of the convenient Also, consider defining a global ~/.gitignore file for commonly ignored patterns such as |
||
|
|
