This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch update-gitignore in repository https://gitbox.apache.org/repos/asf/celix-site.git
commit b8669600f5e2b96702201c5f18b71ee11d03fdcf Author: Roy Lenferink <[email protected]> AuthorDate: Wed Apr 13 19:46:25 2022 +0200 Update .gitignore to ignore .hugo_build.lock --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f59683c..d58b7f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Hugo generated +.hugo_build.lock resources target
