From dea7fb007c004c5ac6d78d2295441147205daf16 Mon Sep 17 00:00:00 2001 From: primozratej Date: Mon, 17 Jun 2024 21:16:10 +0200 Subject: [PATCH] exclude: .env --- .github/sync.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/sync.yml b/.github/sync.yml index f7cf76a..c57aecd 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -1,7 +1,8 @@ humhub/app@f-flavored: - source: assets/ deleteOrphaned: true - ignore: ["assets/.env"] + exclude: | + .env - source: lib/ deleteOrphaned: true - source: test/ @@ -15,7 +16,8 @@ humhub/app@f-flavored: humhub/app-flavored@main: - source: assets/ deleteOrphaned: true - ignore: ["assets/.env"] + exclude: | + .env - source: lib/ deleteOrphaned: true - source: test/