Gitignore
The .gitignore
file tells Git not to include a file in a given repository.
It's a list of files and patterns that match files to exclude when you run git add
.
The .gitignore
file tells Git not to include a file in a given repository.
It's a list of files and patterns that match files to exclude when you run git add
.