I want to completely ignore a part of a git repository. The directory is currently tracked in the repository and I\'d like to ensure that
If the file is supposed to never get into the repository, fix the problem and do it correctly...
.gitignore
file.gitignore
And you'll never have to deal with those unwanted files again because .gitignore
will avoid future git add
s of those files (unless --force
d)