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:
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)
|
* .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
|
||||||
|
|
Loading…
Reference in New Issue