website: Backend docs link to new .gitignore anchor

The Git book seems to be using a different anchor format now, and so this
link was previously effectively linking to the page as a whole rather
than to the specific section we're trying to refer to.
pull/28634/head
Martin Atkins 5 years ago
parent 874f1abb2b
commit 0aa0e00fdc

@ -227,7 +227,7 @@ paths to ignore from upload via a `.terraformignore` file at the root of your co
* .terraform/ directories (exclusive of .terraform/modules)
The `.terraformignore` file can include rules as one would include in a
[.gitignore file](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files)
[.gitignore file](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring)
* Comments (starting with `#`) or blank lines are ignored

Loading…
Cancel
Save