You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/12/14 11:38:14 UTC

[turbine-build] 02/02: ignore .gdsl folder for Jenkinsfile (groovy) dsl

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-build.git

commit 352719a38e7ee596a9a108e0a2a9e4cb6f5c2478
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Dec 14 12:35:23 2021 +0100

    ignore .gdsl folder for Jenkinsfile (groovy) dsl
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 6751970..7d613e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ target/
 .project
 .idea/
 .settings/
+.gdsl/
 *~
\ No newline at end of file