You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/03/27 23:14:18 UTC

[comdev-site] branch asf-site updated: Exclude lock from SCM

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a8cf317  Exclude lock from SCM
a8cf317 is described below

commit a8cf317c6759d40160b520d772e9264e3b80590d
Author: Sebb <se...@apache.org>
AuthorDate: Tue Mar 28 00:13:32 2023 +0100

    Exclude lock from SCM
---
 .gitignore       | 1 +
 .hugo_build.lock | 0
 2 files changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f59683c..9fec87b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 # Hugo generated
 resources
 target
+.hugo_build.lock
 
 # IntelliJ generated
 *.iml
diff --git a/.hugo_build.lock b/.hugo_build.lock
deleted file mode 100644
index e69de29..0000000