We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40a5d2b + 0c5308a commit f794745Copy full SHA for f794745
Documentation/gitignore.txt
@@ -146,7 +146,9 @@ The purpose of gitignore files is to ensure that certain files
146
not tracked by Git remain untracked.
147
148
To stop tracking a file that is currently tracked, use
149
-'git rm --cached'.
+'git rm --cached' to remove the file from the index. The filename
150
+can then be added to the `.gitignore` file to stop the file from
151
+being reintroduced in later commits.
152
153
Git does not follow symbolic links when accessing a `.gitignore` file in
154
the working tree. This keeps behavior consistent when the file is
0 commit comments