git: 48e3628160 - main - Ignore .hugo_build.lock in .gitignore for documentation and website
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Nov 2021 21:08:15 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=48e36281609947030df00b469d7313b33bd6c7be commit 48e36281609947030df00b469d7313b33bd6c7be Author: Minsoo Choo <fel1x.mintchoco.development_gmail.com> AuthorDate: 2021-11-21 21:07:21 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2021-11-21 21:07:21 +0000 Ignore .hugo_build.lock in .gitignore for documentation and website Approved by: carlavilla@ Differential Revision: https://reviews.freebsd.org/D33072 --- documentation/.gitignore | 3 +++ documentation/.hugo_build.lock | 0 website/.gitignore | 3 +++ 3 files changed, 6 insertions(+) diff --git a/documentation/.gitignore b/documentation/.gitignore index a0241913a9..14fbc4731d 100644 --- a/documentation/.gitignore +++ b/documentation/.gitignore @@ -15,3 +15,6 @@ toc-5.adoc pgpkeys.txt *.swp + +# .hugo_build.lock is an empty file for building hugo projects. +.hugo_build.lock diff --git a/documentation/.hugo_build.lock b/documentation/.hugo_build.lock deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/website/.gitignore b/website/.gitignore index 0bba3cc84e..93f22b74fb 100644 --- a/website/.gitignore +++ b/website/.gitignore @@ -6,3 +6,6 @@ resources /data/releases.toml *.swp + +# .hugo_build.lock is an empty file for building hugo projects. +.hugo_build.lock