diff options
author | Bjørn Erik Pedersen <[email protected]> | 2021-12-02 14:13:24 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-12-02 16:11:14 +0100 |
commit | 93572e53181b5a614c2874bd00b7a38a02de58d3 (patch) | |
tree | c0bc0b13c21a88734dd4d0437bc1e9dd7ceb6c31 /.gitignore | |
parent | 94f149b21e0c1d018e72cbea9e7d570785a512e9 (diff) | |
download | hugo-93572e53181b5a614c2874bd00b7a38a02de58d3.tar.gz hugo-93572e53181b5a614c2874bd00b7a38a02de58d3.zip |
resources: Add timeout to the HTTP request in Get
Workaround for https://github.com/golang/go/issues/49366
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d3ef01991..1b78398cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /hugo docs/public* /.idea +.vscode/* hugo.exe *.test *.prof |