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

martijnvisser pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new cf55b0d0eeb [hotfix] Ignore Hugo Module files
cf55b0d0eeb is described below

commit cf55b0d0eeb7018b850ef28849221c667e2e876b
Author: MartijnVisser <[email protected]>
AuthorDate: Thu May 5 09:36:59 2022 +0200

    [hotfix] Ignore Hugo Module files
---
 .gitignore | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 633532b3ed1..49b638d213f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,15 +47,18 @@ flink-python/.idea/
 flink-python/**/*.so
 atlassian-ide-plugin.xml
 out/
-/docs/api
-/docs/.bundle
-/docs/.rubydeps
-/docs/ruby2/.bundle
-/docs/ruby2/.rubydeps
-/docs/.jekyll-metadata
+docs/api
+docs/.bundle
+docs/.rubydeps
+docs/ruby2/.bundle
+docs/ruby2/.rubydeps
+docs/.jekyll-metadata
 *.ipr
 *.iws
 tools/flink
 tools/flink-*
 tools/releasing/release
 tools/japicmp-output
+docs/go.mod
+docs/go.sum
+docs/.hugo_build.lock

Reply via email to