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.
This commit is contained in:
Martin Atkins 2021-05-11 11:42:47 -07:00
parent 874f1abb2b
commit 0aa0e00fdc
1 changed files with 1 additions and 1 deletions

View File

@ -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) * .terraform/ directories (exclusive of .terraform/modules)
The `.terraformignore` file can include rules as one would include in a 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 * Comments (starting with `#`) or blank lines are ignored